[To be supplied.]
Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
[Visual Basic] Overloads Public Function GetProperties(Object) As PropertyDescriptorCollection
[C#] public PropertyDescriptorCollection GetProperties(Object);
[C++] public: PropertyDescriptorCollection* GetProperties(Object*);
[JScript] public function GetProperties(Object) : PropertyDescriptorCollection;
Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
[Visual Basic] Overloads Public Function GetProperties(ITypeDescriptorContext, Object) As PropertyDescriptorCollection
[C#] public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext, Object);
[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object);
[JScript] public function GetProperties(ITypeDescriptorContext, Object) : PropertyDescriptorCollection;
Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
[Visual Basic] Overloads Overridable Public Function GetProperties(ITypeDescriptorContext, Object, MemberAttribute()) As PropertyDescriptorCollection
[C#] public virtual PropertyDescriptorCollection GetProperties(ITypeDescriptorContext, Object, MemberAttribute[]);
[C++] public: virtual PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*, Object, MemberAttribute[]);
[JScript] public function GetProperties(ITypeDescriptorContext, Object, MemberAttribute[]) : PropertyDescriptorCollection;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace