HttpRequestOptions.IDictionary<String,Object>.Values Propriété
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 ICollection<T> contenant les valeurs de IDictionary<TKey,TValue>.
property System::Collections::Generic::ICollection<System::Object ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Values : System.Collections.Generic.ICollection<obj>
ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of String, Object).Values
ICollection<T> contenant les valeurs de l'objet qui implémente IDictionary<TKey,TValue>.
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de HttpRequestOptions est castée en interface IDictionary<TKey,TValue>.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :