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!

ComponentDesigner.Component

Gets or sets the component this designer is designing.

[Visual Basic]
Overridable Public ReadOnly Property Component As IComponent
[C#]
public IComponent Component {virtual get;}
[C++]
public: __property virtual IComponent* get_Component();
[JScript]
public function get Component() : IComponent;

Property Value

The component instance.

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner