HttpRequestOptions.IReadOnlyDictionary<String,Object>.Item[String] Właściwość

Definicja

Pobiera element, który ma określony klucz w słowniku tylko do odczytu.

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

Parametry

key
String

Klucz do zlokalizowania.

Wartość właściwości

Element, który ma określony klucz w słowniku tylko do odczytu.

Implementuje

Dotyczy