SettingsProviderCollection.Item[String] プロパティ

定義

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

public:
 property System::Configuration::SettingsProvider ^ default[System::String ^] { System::Configuration::SettingsProvider ^ get(System::String ^ name); };
public System.Configuration.SettingsProvider this[string name] { get; }
member this.Item(string) : System.Configuration.SettingsProvider
Default Public ReadOnly Property Item(name As String) As SettingsProvider

パラメーター

name
String

設定プロバイダーの表示名を格納している String

プロパティ値

見つかった場合は、名前のパラメーターで指定された名前と一致する名前を持つ SettingsProvider。見つからなかった場合は null

例外

name パラメーターが null です。

コレクションは、この値の設定時は読み取り専用です。

注釈

メソッドを SettingsProviderCollection 使用して読み取り専用にすることができます SetReadOnly 。 ただし、このようなコレクションの 、、 などのAddRemoveClearメソッドは無効です。

適用対象

こちらもご覧ください