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!

IEditorSite.Component

Gets the primary component that depends on this value being edited. This is useful when an editor wishes to get at the design-time site information. (For example, the ReferenceEditor uses this information to get at other components in the logical container.)

[Visual Basic]
ReadOnly Property Component As IComponent
[C#]
IComponent Component {get;}
[C++]
IComponent* get_Component() = 0;
[JScript]
abstract function get Component() : IComponent;

Property Value

The primary component.

See Also

IEditorSite Interface | IEditorSite Members | System.ComponentModel.Design Namespace