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.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.

[Visual Basic]
Function GetValueOwner() As Object
[C#]
object GetValueOwner();
[C++]
Object* GetValueOwner() = 0;
[JScript]
function GetValueOwner() : Object;

Return Value

The owner of the value being edited.

See Also

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