ControlElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 モバイル アプリケーションの開発方法については、「
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(String, Type) |
古い.
ControlElement クラスのインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
プロパティ
| 名前 | 説明 |
|---|---|
| Adapter |
古い.
コントロールが使用するアダプターの種類。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Control |
古い.
構成が適用されるコントロールの Type を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| CurrentConfiguration |
古い.
現在の Configuration インスタンスが属している構成階層を表す最上位 ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
| ElementInformation |
古い.
ElementInformation オブジェクトのカスタマイズ不可能な情報と機能を含む ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| ElementProperty |
古い.
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| EvaluationContext |
古い.
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| HasContext |
古い.
CurrentConfiguration プロパティが |
| Item[ConfigurationProperty] |
古い.
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
| Item[String] |
古い.
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
| LockAllAttributesExcept |
古い.
ロックされた属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAllElementsExcept |
古い.
ロックされた要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAttributes |
古い.
ロックされた属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockElements |
古い.
ロックされた要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockItem |
古い.
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
| Name |
古い.
構成が適用されるコントロールの名前の値を表します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Properties |
古い.
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |