HttpRequestOptions.IDictionary<String,Object>.Keys Propriedade

Definição

Obtém um ICollection<T> contendo as chaves do 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

Valor de Propriedade

An ICollection<T> contendo as chaves do objeto que implementa IDictionary<TKey,TValue>.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a HttpRequestOptions instância é transmitida para uma IDictionary<TKey,TValue> interface.

Aplica-se a