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

정의

읽기 전용 사전에 지정된 키를 가진 요소를 가져옵니다.

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

매개 변수

key
String

찾을 키입니다.

속성 값

읽기 전용 사전에 지정된 키를 가진 요소입니다.

구현

적용 대상