ConfigurationChildElementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連する子構成要素のコレクションを表します。
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() |
構成要素のコレクションを反復処理する列挙子を返します。 |