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

Definição

Obtém ou define o elemento com a chave 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

A chave do elemento a ser obtida ou adicionada.

Valor da propriedade

O elemento com a chave especificada.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de HttpRequestOptions é convertida em uma interface de IDictionary<TKey,TValue>.

Aplica-se a