PropertyDescriptorCollection.IDictionary.Keys Propriedade

Definição

Obtém um ICollection que contém as chaves do IDictionary.Gets an ICollection containing the keys of the IDictionary.

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

Valor da propriedade

ICollection

Um ICollection que contém as chaves do IDictionary.An ICollection containing the keys of the IDictionary.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de PropertyDescriptorCollection é convertida em uma interface de IDictionary.It can be used only when the PropertyDescriptorCollection instance is cast to an IDictionary interface.

Aplica-se a