GraphNodeId::GetArray Method (GraphNodeIdName^, Object^)
Visual Studio 2015
Get a GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- name
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeIdName^
The name to search for.
- value
-
Type:
System::Object^
The value to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^The GraphNodeId for based on the name and value.
Show: