AdapterDictionary.Item[String] 속성

정의

구성 시스템에서 런타임에 내부적으로 사용하여 지정된 어댑터 이름을 얻거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

매개 변수

key
String

지정된 어댑터의 키입니다.

속성 값

지정된 어댑터의 이름입니다.

적용 대상