ControlElementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 セクションのコレクションを含む XML 要素を表します。 ASP.NET モバイル アプリケーションの開発方法については、「
public ref class ControlElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Web.UI.MobileControls.ControlElement), AddItemName="control")]
public sealed class ControlElementCollection : System.Configuration.ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Web.UI.MobileControls.ControlElement), AddItemName="control")]
[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 ControlElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Web.UI.MobileControls.ControlElement), AddItemName="control")>]
type ControlElementCollection = class
inherit ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Web.UI.MobileControls.ControlElement), AddItemName="control")>]
[<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 ControlElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class ControlElementCollection
Inherits ConfigurationElementCollection
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ControlElementCollection() |
古い.
ControlElementCollection クラスのインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
プロパティ
| 名前 | 説明 |
|---|---|
| AddElementName |
古い.
派生クラスでオーバーライドされたときに ConfigurationElement の追加操作に関連付ける ConfigurationElementCollection の名前を取得または設定します。 (継承元 ConfigurationElementCollection) |
| AllKeys |
古い.
このコレクションに含まれるすべての ControlElement オブジェクトのキーの配列を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| ClearElementName |
古い.
派生クラスでオーバーライドされたときに ConfigurationElement のクリア操作に関連付ける ConfigurationElementCollection の名前を取得または設定します。 (継承元 ConfigurationElementCollection) |
| CollectionType |
古い.
この ControlElementCollection オブジェクトの構成コレクション型を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Count |
古い.
コレクション内の要素の数を取得します。 (継承元 ConfigurationElementCollection) |
| CurrentConfiguration |
古い.
現在の Configuration インスタンスが属している構成階層を表す最上位 ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
| ElementInformation |
古い.
ElementInformation オブジェクトのカスタマイズ不可能な情報と機能を含む ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| ElementName |
古い.
派生クラスでオーバーライドされたときに、構成ファイル内の要素のこのコレクションを識別するために使用される名前を取得します。 (継承元 ConfigurationElementCollection) |
| ElementProperty |
古い.
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| EmitClear |
古い.
コレクションがクリアされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElementCollection) |
| EvaluationContext |
古い.
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| HasContext |
古い.
CurrentConfiguration プロパティが |
| IsSynchronized |
古い.
コレクションへのアクセスが同期されているかどうかを示す値を取得します。 (継承元 ConfigurationElementCollection) |
| Item[ConfigurationProperty] |
古い.
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
| Item[Int32] |
古い.
この構成要素のプロパティ、属性、または子要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Item[String] |
古い.
この構成要素のプロパティ、属性、または子要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| LockAllAttributesExcept |
古い.
ロックされた属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAllElementsExcept |
古い.
ロックされた要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAttributes |
古い.
ロックされた属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockElements |
古い.
ロックされた要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockItem |
古い.
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
| Properties |
古い.
プロパティのコレクションを取得します。 (継承元 ConfigurationElement) |
| RemoveElementName |
古い.
派生クラスでオーバーライドされたときに ConfigurationElement の削除操作に関連付ける ConfigurationElementCollection の名前を取得または設定します。 (継承元 ConfigurationElementCollection) |
| SyncRoot |
古い.
ConfigurationElementCollectionへのアクセスを同期するために使用するオブジェクトを取得します。 (継承元 ConfigurationElementCollection) |
| ThrowOnDuplicate |
古い.
重複する ConfigurationElement を ConfigurationElementCollection に追加しようとすると例外がスローされるかどうかを示す値を取得します。 (継承元 ConfigurationElementCollection) |
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| ICollection.CopyTo(Array, Int32) |
古い.
ConfigurationElementCollection を配列にコピーします。 (継承元 ConfigurationElementCollection) |
拡張メソッド
| 名前 | 説明 |
|---|---|
| AsParallel(IEnumerable) |
古い.
クエリの並列化を有効にします。 |
| AsQueryable(IEnumerable) |
古い.
IEnumerable を IQueryableに変換します。 |
| Cast<TResult>(IEnumerable) |
古い.
IEnumerable の要素を指定した型にキャストします。 |
| OfType<TResult>(IEnumerable) |
古い.
指定した型に基づいて、IEnumerable の要素をフィルター処理します。 |