KeyValueConfigurationCollection.Item[String] プロパティ

定義

指定されたパラメーターに基づいて、KeyValueConfigurationElement オブジェクトを取得します。

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

パラメーター

key
String

コレクションに格納されている KeyValueConfigurationElement のキー。

プロパティ値

構成要素。キーがコレクションに存在しない場合は null

注釈

パラメーターに Item[] 基づいてコレクション内のオブジェクトを KeyValueConfigurationElement 取得するには、 プロパティを key 使用します。

適用対象