GraphNodeIdCollection::GetValueByName<T> 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: TThe value from first GraphNodeId that matches the give name, the default value if the name is not found in this collection
Type Parameters
- T
Show: