HttpRequestOptions.IDictionary<String,Object>.Keys Propriedade

Definição

Obtém um ICollection<T> que contém 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 da propriedade

Um ICollection<T> que contém as chaves do objeto que implementa IDictionary<TKey,TValue>.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de HttpRequestOptions é convertida em uma interface de IDictionary<TKey,TValue>.

Aplica-se a