KeyValueConfigurationCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據提供的參數,取得 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
中的物件。