Gets a collection of properties for a specified type of component.
[Visual Basic] Overloads Public Shared Function GetProperties( _ ByVal componentType As Type _ ) As PropertyDescriptorCollection [C#] public static PropertyDescriptorCollection GetProperties( Type componentType ); [C++] public: static PropertyDescriptorCollection* GetProperties( Type* componentType ); [JScript] public static function GetProperties( componentType : Type ) : PropertyDescriptorCollection;
A PropertyDescriptorCollection with the properties for a specified type of component.
Call this version of this method only when you do not have an instance of the object.
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace | TypeDescriptor.GetProperties Overload List | TypeDescriptor | EventDescriptor | PropertyDescriptor | PropertyDescriptorCollection