Freigeben über


IVsDataViewHierarchy.CreateNewItems(Int32) Method

Definition

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.

Applies to