GraphNodeIdCollection(Boolean, GraphNodeId[]) Konstruktor

Definition

Erstellen Sie eine graphnodeidcollection.

public:
 GraphNodeIdCollection(bool homogeneousItems, ... cli::array <Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ array);
public GraphNodeIdCollection (bool homogeneousItems, params Microsoft.VisualStudio.GraphModel.GraphNodeId[] array);
new Microsoft.VisualStudio.GraphModel.GraphNodeIdCollection : bool * Microsoft.VisualStudio.GraphModel.GraphNodeId[] -> Microsoft.VisualStudio.GraphModel.GraphNodeIdCollection
Public Sub New (homogeneousItems As Boolean, ParamArray array As GraphNodeId())

Parameter

homogeneousItems
Boolean

Gibt an, ob das Array homogen ist (Array Elementnamen sind alle identisch, sodass keine Wiederholung notwendig ist, z. b. Name = [item1, item2, item3]) oder heterogene, z. b. (Name1 = item1, name2 = item2, Name3 = item3)).

array
GraphNodeId[]

Das Array von graphnodeid, das in diese Auflistung platziert werden soll.

Gilt für