PropertyDescriptorCollection.IDictionary.Values Propriété

Définition

Obtient ICollection contenant les valeurs de IDictionary.

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

Valeur de propriété

ICollection contenant les valeurs 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 à