Freigeben über


GraphNodeIdCollection-Konstruktor

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

Syntax

'Declaration
Public Sub New ( _
    homogeneousItems As Boolean, _
    ParamArray array As GraphNodeId() _
)
public GraphNodeIdCollection(
    bool homogeneousItems,
    params GraphNodeId[] array
)
public:
GraphNodeIdCollection(
    bool homogeneousItems, 
    ... array<GraphNodeId^>^ array
)
new : 
        homogeneousItems:bool * 
        array:GraphNodeId[] -> GraphNodeIdCollection
public function GraphNodeIdCollection(
    homogeneousItems : boolean, 
    ... array : GraphNodeId[]
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeIdCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace