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

Definición

Obtiene o establece el elemento con la clave especificada.

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

Parámetros

key
String

Clave del elemento que se va a obtener o establecer.

Valor de propiedad

Elemento con la clave especificada.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la HttpRequestOptions instancia se convierte en una IDictionary<TKey,TValue> interfaz.

Se aplica a