HttpRequestOptions.IReadOnlyDictionary<String,Object>.Item[String] Propiedad

Definición

Obtiene el elemento que tiene la clave especificada en el diccionario de solo lectura.

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

Parámetros

key
String

Clave que se va a localizar.

Valor de propiedad

Elemento que tiene la clave especificada en el diccionario de solo lectura.

Implementaciones

Se aplica a