PropertyDescriptorCollection.System.Collections.IDictionary.Values Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Private ReadOnly Property Values As ICollection Implements _   IDictionary.Values
[C#]
ICollection IDictionary.Values {get;}
[C++]
private: __property ICollection*
   System::Collections::IDictionary::get_Values();
[JScript]
private function get IDictionary.Values() : ICollection;

See Also

PropertyDescriptorCollection Class | PropertyDescriptorCollection Members | System.ComponentModel Namespace