DataViewHierarchyAccessor.DropObjectNode(Int32) Method

Definition

Drops an existing node that represents an object from the data source from the data view hierarchy.

public:
 void DropObjectNode(int itemId);
public void DropObjectNode (int itemId);
member this.DropObjectNode : int -> unit
Public Sub DropObjectNode (itemId As Integer)

Parameters

itemId
Int32

The item ID of the node to be dropped.

Exceptions

The itemId parameter is invalid or represents a non-object based node.

Applies to