次の方法で共有


ConfigurationChildElementCollection クラス

定義

関連する子構成要素のコレクションを表します。

public ref class ConfigurationChildElementCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElement ^>, System::Collections::ICollection
public sealed class ConfigurationChildElementCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElement>, System.Collections.ICollection
type ConfigurationChildElementCollection = class
    interface ICollection
    interface seq<ConfigurationElement>
    interface IEnumerable
Public NotInheritable Class ConfigurationChildElementCollection
Implements ICollection, IEnumerable(Of ConfigurationElement)
継承
ConfigurationChildElementCollection
実装

プロパティ

Count

コレクション内の子構成要素の数を取得します。

Item[Int32]

指定したインデックス位置にある指定した構成要素を取得します。

Item[String]

指定した名前の指定した構成要素を取得します。

メソッド

GetEnumerator()

構成要素のコレクションを反復処理するジェネリック列挙子を返します。

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

配列にコレクションをコピーします。

ICollection.IsSynchronized

関連する子構成要素のコレクションを表します。

ICollection.SyncRoot

関連する子構成要素のコレクションを表します。

IEnumerable.GetEnumerator()

構成要素のコレクションを反復処理する列挙子を返します。

適用対象