SettingsProviderCollection クラス

定義

アプリケーション設定プロバイダーのコレクションを表します。

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

注釈

クラスは SettingsProviderCollection 、 クラスの簡単な拡張であり、 ProviderCollection オブジェクトの SettingsProvider ストレージを提供します。

クラスは ApplicationSettingsBase 、このコレクションを使用して、 を使用して各アプリケーション設定プロパティに関連付けられている設定プロバイダーを SettingsProviderAttribute管理します。

コンストラクター

SettingsProviderCollection()

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

プロパティ

Count

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

(継承元 ProviderCollection)
IsSynchronized

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

(継承元 ProviderCollection)
Item[String]

指定した名前と一致するコレクション内の設定プロバイダーを取得します。

SyncRoot

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

(継承元 ProviderCollection)

メソッド

Add(ProviderBase)

新しい設定プロバイダーをコレクションに追加します。

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 に変換します。

適用対象

こちらもご覧ください