HttpRequestOptions.IDictionary<String,Object>.Keys Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.