다음을 통해 공유


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

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

속성 값

String

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

적용 대상