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!

InheritedPropertyDescriptor.ComponentType

Retrieves the type of the component this PropertyDescriptor is bound to.

[Visual Basic]
Overridable Public ReadOnly Property ComponentType As Type
[C#]
public Type ComponentType {override get;}
[C++]
public: __property virtual Type* get_ComponentType();
[JScript]
public function get ComponentType() : Type;

Property Value

the type of component.

See Also

InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace