GraphNodeIdCollection Constructor (Boolean, array<GraphNodeId^>^)

 

Construct a GraphNodeIdCollection.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphNodeIdCollection(
	bool homogeneousItems,
	... array<GraphNodeId^>^ array
)

Parameters

homogeneousItems
Type: System::Boolean

Whether the array is homogeneous (array item names are all the same so no need repeating, e.g. Name=[item1,item2,item3]) or heterogeneous - e.g (Name1=item1, Name2=item2, Name3=item3))

array
Type: array<Microsoft.VisualStudio.GraphModel::GraphNodeId^>^

The array of GraphNodeId's to add to this collection

Return to top
Show: