DataViewHierarchyAccessor.DropObjectNode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.