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: