PropertyDescriptorCollection.IDictionary.Keys Propriété

Définition

Obtient une ICollection valeur contenant les clés du 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é

Contenant ICollection les clés du IDictionary.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance PropertyDescriptorCollection est convertie en IDictionary interface.

S’applique à