HttpRequestOptions.IDictionary<String,Object>.Keys Egenskap

Definition

Hämtar en ICollection<T> som innehåller nycklarna för 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

Egenskapsvärde

En ICollection<T> som innehåller nycklarna för objektet som implementerar IDictionary<TKey,TValue>.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen HttpRequestOptions skickas till ett IDictionary<TKey,TValue> gränssnitt.

Gäller för