HttpRequestOptions.IReadOnlyDictionary<String,Object>.Item[String] Propriété

Définition

Obtient l'élément avec la clé spécifiée dans le dictionnaire en lecture seule.

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

Paramètres

key
String

Clé à rechercher.

Valeur de propriété

Élément avec la clé spécifiée dans le dictionnaire en lecture seule.

Implémente

S’applique à