DataViewHierarchyAccessor.CreateObjectNode Method

Definition

Creates a new node in the data view hierarchy, but one without context and that is not placed anywhere in the hierarchy tree.

public:
 int CreateObjectNode();
public int CreateObjectNode ();
member this.CreateObjectNode : unit -> int
Public Function CreateObjectNode () As Integer

Returns

Returns an integer value representing the Visual Studio item ID of the new node.

Applies to