GraphNodeId.GetNestedIdByName(GraphNodeIdName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value from the first embedded GraphNodeId that matches the name
public:
Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetNestedIdByName(Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^ name);
public Microsoft.VisualStudio.GraphModel.GraphNodeId GetNestedIdByName (Microsoft.VisualStudio.GraphModel.GraphNodeIdName name);
member this.GetNestedIdByName : Microsoft.VisualStudio.GraphModel.GraphNodeIdName -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Function GetNestedIdByName (name As GraphNodeIdName) As GraphNodeId
Parameters
- name
- GraphNodeIdName
The name to search for
Returns
The GraphNodeId that matches the given name, null if not found