HttpRequestOptions.IDictionary<String,Object>.Keys Eigenschaft

Definition

Ruft eine ICollection<T> ab, die die Schlüssel des IDictionary<TKey,TValue> enthält.

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

Eigenschaftswert

Eine ICollection<T>, die die Schlüssel des Objekts enthält, das IDictionary<TKey,TValue> implementiert.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die HttpRequestOptions-Instanz in eine IDictionary<TKey,TValue>-Schnittstelle umgewandelt wird.

Gilt für: