HeaderCollection.IDictionary<String,StringValues>.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.
property Microsoft::Extensions::Primitives::StringValues System::Collections::Generic::IDictionary<System::String,Microsoft::Extensions::Primitives::StringValues>::Item[System::String ^] { Microsoft::Extensions::Primitives::StringValues get(System::String ^ key); void set(System::String ^ key, Microsoft::Extensions::Primitives::StringValues value); };
Microsoft.Extensions.Primitives.StringValues System.Collections.Generic.IDictionary<System.String,Microsoft.Extensions.Primitives.StringValues>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,Microsoft.Extensions.Primitives.StringValues>.Item(string) : Microsoft.Extensions.Primitives.StringValues with get, set
Property Item(key As String) As StringValues Implements IDictionary(Of String, StringValues).Item
Paramètres
- key
- String