HttpRequestOptions.IDictionary<String,Object>.Keys Propriété

Définition

Obtient une ICollection<T> valeur contenant les clés du IDictionary<TKey,TValue>.

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys

Valeur de propriété

Contenant ICollection<T> les clés de l’objet qui implémente IDictionary<TKey,TValue>.

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.

S’applique à