Share via


GraphNodeId.GetNestedIdByName Method

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

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace