IVsDataViewHierarchy.CreateNewItems(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.
Creates the specified number of new nodes in the data view hierarchy.
public:
cli::array <int> ^ CreateNewItems(int count);
public int[] CreateNewItems (int count);
abstract member CreateNewItems : int -> int[]
Public Function CreateNewItems (count As Integer) As Integer()
Parameters
- count
- Int32
The number of nodes to create.
Returns
Int32[]
An array containing the item IDs of the newly created nodes.
Exceptions
The count
parameter is less than zero.