HttpRequestOptions.IDictionary<String,Object>.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’élément avec la clé spécifiée.
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
Paramètres
- key
- String
Clé de l’élément à obtenir ou définir.
Valeur de propriété
Élément avec la clé spécifiée.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance HttpRequestOptions est convertie en IDictionary<TKey,TValue> interface.