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

La clave del elemento que se obtiene o establece.

Valor de propiedad

El elemento con la clave especificada.

Implementaciones

Comentarios

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

Se aplica a