NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.GetProperties

Gets a collection of properties.

Overload List

Gets a collection of properties for a specified component.

[Visual Basic] Overloads Public Shared Function GetProperties(Object, Boolean) As PropertyDescriptorCollection
[C#] public static PropertyDescriptorCollection GetProperties(Object, bool);
[C++] public: static PropertyDescriptorCollection* GetProperties(Object*, bool);
[JScript] public static function GetProperties(Object, Boolean) : PropertyDescriptorCollection;

Gets a collection of properties for a specified component.

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

Gets a collection of properties for a specified type of component using a specified array of attributes as a filter.

[Visual Basic] Overloads Public Shared Function GetProperties(Type, MemberAttribute()) As PropertyDescriptorCollection
[C#] public static PropertyDescriptorCollection GetProperties(Type, MemberAttribute[]);
[C++] public: static PropertyDescriptorCollection* GetProperties(Type*, MemberAttribute[]);
[JScript] public static function GetProperties(Type, MemberAttribute[]) : PropertyDescriptorCollection;

Gets a collection of properties for a specified component using a specified array of attributes

as a filter.

[Visual Basic] Overloads Public Shared Function GetProperties(Object, MemberAttribute(), Boolean) As PropertyDescriptorCollection
[C#] public static PropertyDescriptorCollection GetProperties(Object, MemberAttribute[], bool);
[C++] public: static PropertyDescriptorCollection* GetProperties(Object*, MemberAttribute[], bool);
[JScript] public static function GetProperties(Object, MemberAttribute[], Boolean) : PropertyDescriptorCollection;

Gets a collection of properties for a specified component using a specified array of attributes

as a filter.

[Visual Basic] Overloads Public Shared Function GetProperties(Object, MemberAttribute()) As PropertyDescriptorCollection
[C#] public static PropertyDescriptorCollection GetProperties(Object, MemberAttribute[]);
[C++] public: static PropertyDescriptorCollection* GetProperties(Object*, MemberAttribute[]);
[JScript] public static function GetProperties(Object, MemberAttribute[]) : PropertyDescriptorCollection;

Gets a collection of properties for a specified type of component.

[Visual Basic] Overloads Public Shared Function GetProperties(Type) As PropertyDescriptorCollection
[C#] public static PropertyDescriptorCollection GetProperties(Type);
[C++] public: static PropertyDescriptorCollection* GetProperties(Type*);
[JScript] public static function GetProperties(Type) : PropertyDescriptorCollection;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace