IEditorSite.getValueOwners

Overview | Methods | This Package | All Packages

IEditorSite.getValueOwners

Retrieves all objects that directly depend on the value being edited.

Syntax

public Object[] getValueOwners()

Return Value

Returns an array of the objects that directly depend on the value. (This array contains more than one item if multiple components are selected for editing.)

Remarks

This method differs from getComponents in that the editing may occur on the property values of non-component objects. (If the objects returned are components, they are the same objects that getComponents would return.)

See Also   getValueOwner