HttpRequestOptions.IDictionary<String,Object>.Keys Eigenschap

Definitie

Hiermee haalt u een ICollection<T> met de sleutels van 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

Waarde van eigenschap

Een ICollection<T> met de sleutels van het object dat wordt geïmplementeerd IDictionary<TKey,TValue>.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het HttpRequestOptions exemplaar naar een IDictionary<TKey,TValue> interface wordt gecast.

Van toepassing op