ConfigurationBuilderCollection クラス

定義

ConfigurationBuilder オブジェクトのコレクションを名前で保持します。

public ref class ConfigurationBuilderCollection : System::Configuration::Provider::ProviderCollection
public class ConfigurationBuilderCollection : System.Configuration.Provider.ProviderCollection
type ConfigurationBuilderCollection = class
    inherit ProviderCollection
Public Class ConfigurationBuilderCollection
Inherits ProviderCollection
継承
ConfigurationBuilderCollection

コンストラクター

ConfigurationBuilderCollection()

ConfigurationBuilderCollection クラスの新しいインスタンスを初期化します。

プロパティ

Count

コレクション内のプロバイダーの数を取得します。

(継承元 ProviderCollection)
IsSynchronized

コレクションへのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

(継承元 ProviderCollection)
Item[String]

指定した名前で構成される ConfigurationBuilderCollection からの ConfigurationBuilder オブジェクトを取得します。

SyncRoot

現在のオブジェクトを取得します。

(継承元 ProviderCollection)

メソッド

Add(ProviderBase)

ConfigurationBuilderCollection オブジェクトに ConfigurationBuilder オブジェクトを追加します。

Clear()

コレクションからすべての項目を削除します。

(継承元 ProviderCollection)
CopyTo(ProviderBase[], Int32)

指定したインデックスを開始位置として、特定の配列にコレクションの内容をコピーします。

(継承元 ProviderCollection)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

コレクションを反復処理するための IEnumerator インターフェイスを実装するオブジェクトを返します。

(継承元 ProviderCollection)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Remove(String)

コレクションからプロバイダーを削除します。

(継承元 ProviderCollection)
SetReadOnly()

コレクションを読み取り専用に設定します。

(継承元 ProviderCollection)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

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

ICollection.CopyTo(Array, Int32)

特定の配列インデックスを開始位置として、配列に ProviderCollection の要素をコピーします。

(継承元 ProviderCollection)

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象