PropertyDescriptorCollection.IDictionary.Keys Propriété

Définition

Obtient un ICollection contenant les clés de 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

Valeur de propriété

ICollection contenant les clés de IDictionary.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de PropertyDescriptorCollection est castée en interface IDictionary.

S’applique à