GraphNodeId::GetArray Method (GraphNodeIdName^, array<GraphNodeId^>^)
Visual Studio 2015
Constructs a partial GraphNodeId based on the given array name and identifiers.
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.
Show: