NDoc 1.3.1 SDK

PropertySorter.GetProperties Method

Gets the properties.

Overload List

Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
Inherited from TypeConverter.

[Visual Basic] Public Function GetProperties(ByVal ITypeDescriptorContext,ByVal Object) As PropertyDescriptorCollection
[C#] public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext,object);
[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*,Object*);
[JScript] public function GetProperties(ITypeDescriptorContext,Object): PropertyDescriptorCollection;

Gets the properties.

[Visual Basic] Overrides  OverloadsPublic Function GetProperties(ByVal ITypeDescriptorContext,ByVal Object,ByVal Attribute()) As PropertyDescriptorCollection
[C#] public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext,object,Attribute[]);
[C++] public: PropertyDescriptorCollection* GetProperties(ITypeDescriptorContext*,Object*,Attribute* __gc[]);
[JScript] public override function GetProperties(ITypeDescriptorContext,Object,Attribute[]): PropertyDescriptorCollection;

Returns a collection of properties for the type of array specified by the value parameter.
Inherited from TypeConverter.

[Visual Basic] Public Function GetProperties(ByVal Object) As PropertyDescriptorCollection
[C#] public PropertyDescriptorCollection GetProperties(object);
[C++] public: PropertyDescriptorCollection* GetProperties(Object*);
[JScript] public function GetProperties(Object): PropertyDescriptorCollection;

See Also

PropertySorter Class | NDoc.Core.PropertyGridUI Namespace