Share via


GraphNodeId.GetNestedIdByName Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value from the first embedded GraphNodeId that matches the name.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function GetNestedIdByName ( _
    name As GraphNodeIdName _
) As GraphNodeId
public GraphNodeId GetNestedIdByName(
    GraphNodeIdName name
)
public:
GraphNodeId^ GetNestedIdByName(
    GraphNodeIdName^ name
)
member GetNestedIdByName : 
        name:GraphNodeIdName -> GraphNodeId
public function GetNestedIdByName(
    name : GraphNodeIdName
) : GraphNodeId

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The GraphNodeId that matches the given name; null if not found.

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace