HttpRequestOptions.IDictionary<String,Object>.Item[String] 속성

정의

지정된 키를 가진 요소를 가져오거나 설정합니다.

property System::Object ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Item[System::String ^] { System::Object ^ get(System::String ^ key); void set(System::String ^ key, System::Object ^ value); };
object? System.Collections.Generic.IDictionary<System.String,System.Object>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Item(string) : obj with get, set
 Property Item(key As String) As Object Implements IDictionary(Of String, Object).Item

매개 변수

key
String

가져오기 또는 설정할 요소의 키입니다.

속성 값

지정된 키를 가진 요소입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 HttpRequestOptions 캐스팅 IDictionary<TKey,TValue> 되는 경우에만 사용할 수 있습니다.

적용 대상