IVsDataViewHierarchy.CreateNewItem 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.
Creates a new node in the data view hierarchy.
public:
int CreateNewItem();
public int CreateNewItem ();
abstract member CreateNewItem : unit -> int
Public Function CreateNewItem () As Integer
Returns
The item ID of the newly created node.