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 Methods

The methods of the IEditorSite interface are listed below. For a complete list of IEditorSite interface members, see the IEditorSite Members topic.

FindPropertyValue Gets the value for the specified property. This method searches up the property outline chain looking for a property of the specified type.
GetComponents Gets all components that depend on this value being edited.
GetValueOwner Gets the object that directly depends on this value being edited. If it is a component, it will be the same object that GetComponents returns. This differs from GetComponents in that this editing may occur on a property of a non-component object that in turn is the current value of a component's property.
GetValueOwners Gets the objects that directly depend on this value being edited.
GetValueType Gets the type of the values being edited.

See Also

IEditorSite Interface | System.ComponentModel.Design Namespace