HttpRequestOptions.IDictionary<String,Object>.Keys Właściwość

Definicja

Pobiera element ICollection<T> zawierający klucze elementu 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

Wartość właściwości

Obiekt ICollection<T> zawierający klucze obiektu, który implementuje IDictionary<TKey,TValue>element .

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy HttpRequestOptions wystąpienie jest rzutowe do interfejsu IDictionary<TKey,TValue> .

Dotyczy