HttpRequestOptions.IDictionary<String,Object>.Keys Vlastnost

Definice

Získá obsahující ICollection<T> klíče objektu 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

Hodnota vlastnosti

Obsahující ICollection<T> klíče objektu, který implementuje IDictionary<TKey,TValue>.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v HttpRequestOptions případě, že je instance přetypovaná na IDictionary<TKey,TValue> rozhraní.

Platí pro