ControlElement クラス

定義

注意事項

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

構成ファイルのMobileControls セクション内のControl セクションを表します。 このクラスは継承できません。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public ref class ControlElement sealed : System::Configuration::ConfigurationElement
public sealed class ControlElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public sealed class ControlElement : System.Configuration.ConfigurationElement
type ControlElement = class
    inherit ConfigurationElement
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ControlElement = class
    inherit ConfigurationElement
Public NotInheritable Class ControlElement
Inherits ConfigurationElement
継承
ControlElement
属性

コンストラクター

名前 説明
ControlElement(String, Type)
古い.

ControlElement クラスのインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

プロパティ

名前 説明
Adapter
古い.

コントロールが使用するアダプターの種類。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

Control
古い.

構成が適用されるコントロールの Type を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

CurrentConfiguration
古い.

現在の Configuration インスタンスが属している構成階層を表す最上位 ConfigurationElement インスタンスへの参照を取得します。

(継承元 ConfigurationElement)
ElementInformation
古い.

ElementInformation オブジェクトのカスタマイズ不可能な情報と機能を含む ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
ElementProperty
古い.

ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
EvaluationContext
古い.

ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
HasContext
古い.

CurrentConfiguration プロパティが nullされているかどうかを示す値を取得します。

(継承元 ConfigurationElement)
Item[ConfigurationProperty]
古い.

この構成要素のプロパティまたは属性を取得または設定します。

(継承元 ConfigurationElement)
Item[String]
古い.

この構成要素のプロパティ、属性、または子要素を取得または設定します。

(継承元 ConfigurationElement)
LockAllAttributesExcept
古い.

ロックされた属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockAllElementsExcept
古い.

ロックされた要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockAttributes
古い.

ロックされた属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockElements
古い.

ロックされた要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockItem
古い.

要素がロックされているかどうかを示す値を取得または設定します。

(継承元 ConfigurationElement)
Name
古い.

構成が適用されるコントロールの名前の値を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

Properties
古い.

プロパティのコレクションを取得します。

(継承元 ConfigurationElement)

メソッド

名前 説明
DeserializeElement(XmlReader, Boolean)
古い.

構成ファイルから XML を読み取ります。

(継承元 ConfigurationElement)
Equals(Object)
古い.

現在の ConfigurationElement インスタンスを指定したオブジェクトと比較します。

(継承元 ConfigurationElement)
GetHashCode()
古い.

現在の ConfigurationElement インスタンスを表す一意の値を取得します。

(継承元 ConfigurationElement)
GetTransformedAssemblyString(String)
古い.

指定したアセンブリ名の変換されたバージョンを返します。

(継承元 ConfigurationElement)
GetTransformedTypeString(String)
古い.

指定した型名の変換されたバージョンを返します。

(継承元 ConfigurationElement)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
Init()
古い.

ConfigurationElement オブジェクトを初期状態に設定します。

(継承元 ConfigurationElement)
InitializeDefault()
古い.

ConfigurationElement オブジェクトの既定の値セットを初期化するために使用します。

(継承元 ConfigurationElement)
IsModified()
古い.

この構成要素が、派生クラスで実装されたときに、最後に保存または読み込まれた後に変更されたかどうかを示します。

(継承元 ConfigurationElement)
IsReadOnly()
古い.

ConfigurationElement オブジェクトが読み取り専用かどうかを示す値を取得します。

(継承元 ConfigurationElement)
ListErrors(IList)
古い.

この ConfigurationElement オブジェクトおよびすべてのサブ要素の無効なプロパティ エラーを、渡されたリストに追加します。

(継承元 ConfigurationElement)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnDeserializeUnrecognizedAttribute(String, String)
古い.

逆シリアル化中に不明な属性が検出されたかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)
古い.

逆シリアル化中に不明な要素が検出されたかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnRequiredPropertyNotFound(String)
古い.

必要なプロパティが見つからない場合に例外をスローします。

(継承元 ConfigurationElement)
PostDeserialize()
古い.

逆シリアル化後に呼び出されます。

(継承元 ConfigurationElement)
PreSerialize(XmlWriter)
古い.

シリアル化の前に呼び出されます。

(継承元 ConfigurationElement)
Reset(ConfigurationElement)
古い.

ロックやプロパティ コレクションなど、 ConfigurationElement オブジェクトの内部状態をリセットします。

(継承元 ConfigurationElement)
ResetModified()
古い.

派生クラスで実装されたときに IsModified() メソッドの値を false にリセットします。

(継承元 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)
古い.

派生クラスで実装されている場合、この構成要素の内容を構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SerializeToXmlElement(XmlWriter, String)
古い.

派生クラスで実装されるときに、この構成要素の外部タグを構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)
古い.

プロパティを指定した値に設定します。

(継承元 ConfigurationElement)
SetReadOnly()
古い.

IsReadOnly() オブジェクトとすべてのサブ要素のConfigurationElement プロパティを設定します。

(継承元 ConfigurationElement)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
古い.

ConfigurationElement オブジェクトを変更して、保存すべきでないすべての値を削除します。

(継承元 ConfigurationElement)

適用対象

こちらもご覧ください