ConfigurationElementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成要素のコレクションを表します。
public ref class ConfigurationElementCollection : Microsoft::Web::Administration::ConfigurationElementCollectionBase<Microsoft::Web::Administration::ConfigurationElement ^>
public class ConfigurationElementCollection : Microsoft.Web.Administration.ConfigurationElementCollectionBase<Microsoft.Web.Administration.ConfigurationElement>
type ConfigurationElementCollection = class
inherit ConfigurationElementCollectionBase<ConfigurationElement>
Public Class ConfigurationElementCollection
Inherits ConfigurationElementCollectionBase(Of ConfigurationElement)
- 継承
-
ConfigurationElementCollection
注釈
クラスを ConfigurationElement 使用して、オブジェクトの ConfigurationElementCollection コレクションを反復処理します。
クラスに ConfigurationElement 示す例では、 オブジェクトを ConfigurationElementCollection 取得し、コレクション内の各要素から複数のプロパティを取得します。
コンストラクター
ConfigurationElementCollection() |
ConfigurationElementCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
AllowsAdd |
現在のコレクション スキーマで要素名が定義されているかどうかを |
AllowsClear |
現在のコレクション スキーマで要素名が |
AllowsRemove |
現在のコレクション スキーマで要素名が |
Attributes |
この要素の属性の一覧を含む構成属性コレクションを取得します。 (継承元 ConfigurationElement) |
ChildElements |
現在の要素のすべての子要素を取得します。 (継承元 ConfigurationElement) |
Count |
コレクション内の項目の数を取得します。 (継承元 ConfigurationElementCollectionBase<T>) |
ElementTagName |
構成要素のコレクションを表します。 (継承元 ConfigurationElement) |
IsLocallyStored |
構成要素が特定の構成ファイルに格納されているかどうかを示す値を取得します。 (継承元 ConfigurationElement) |
Item[Int32] |
指定したインデックス位置にある構成要素を取得します。 (継承元 ConfigurationElementCollectionBase<T>) |
Item[String] |
指定した名前の属性を取得または設定します。 (継承元 ConfigurationElement) |
Methods |
構成要素のメソッドのコレクションを取得します。 (継承元 ConfigurationElement) |
RawAttributes |
構成要素のコレクションを表します。 (継承元 ConfigurationElement) |
Schema |
構成要素コレクションを記述するスキーマを取得します。 (継承元 ConfigurationElementCollectionBase<T>) |
メソッド
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
特定の配列インデックスを開始位置として、配列にコレクションの要素をコピーします。 (継承元 ConfigurationElementCollectionBase<T>) |
ICollection.Count |
構成要素のコレクションを表します。 (継承元 ConfigurationElementCollectionBase<T>) |
ICollection.IsSynchronized |
構成要素のコレクションを表します。 (継承元 ConfigurationElementCollectionBase<T>) |
ICollection.SyncRoot |
構成要素のコレクションを表します。 (継承元 ConfigurationElementCollectionBase<T>) |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 (継承元 ConfigurationElementCollectionBase<T>) |