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> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상