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 (Type)

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;

Parameters

componentType
A Type that represents the component to get properties for.

Return Value

A PropertyDescriptorCollection with the properties for a specified type of component.

Remarks

Call this version of this method only when you do not have an instance of the object.

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace | TypeDescriptor.GetProperties Overload List | TypeDescriptor | EventDescriptor | PropertyDescriptor | PropertyDescriptorCollection