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

Définition

Obtient un ICollection<T> contenant les clés de 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é

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

Implémente

Remarques

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>.

S’applique à