GraphNodeId::GetArray Method (GraphNodeIdName^, array<GraphNodeId^>^)

 

Constructs a partial GraphNodeId based on the given array name and identifiers.

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

public:
static GraphNodeId^ GetArray(
	GraphNodeIdName^ arrayName,
	... array<GraphNodeId^>^ identifiers
)

Parameters

arrayName
Type: Microsoft.VisualStudio.GraphModel::GraphNodeIdName^

The name of the array to search.

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

The identifiers to search for.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The partial GraphNodeId for the arrayName and identifiers passed in.

Return to top
Show: