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 가져오는 데 이 속성을 사용합니다.

적용 대상