The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyDescriptorCollection::IDictionary::Values Property
.NET Framework (current version)
Gets an ICollection containing the values in the IDictionary.
Assembly: System (in System.dll)
private: property ICollection^ Values { virtual ICollection^ get() sealed = IDictionary::Values::get; }
Property Value
Type: System.Collections::ICollection^An ICollection containing the values in the IDictionary.
Implements
IDictionary::Values
.NET Framework
Available since 2.0
Available since 2.0
Show: