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

Gets the objects that directly depend on this value being edited.

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

Return Value

The objects dependent on the value being edited.

See Also

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