GraphNodeId::GetNestedIdByName Method (GraphNodeIdName^)
Visual Studio 2015
Gets a value from the first embedded GraphNodeId that matches the name.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- name
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeIdName^
The name to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^The GraphNodeId that matches the given name; null if not found.
Show: