Share via


GraphNodeId.GetNested Method (GraphNodeIdName, Object)

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

Syntax

'Declaration
Public Shared Function GetNested ( _
    name As GraphNodeIdName, _
    value As Object _
) As GraphNodeId
public static GraphNodeId GetNested(
    GraphNodeIdName name,
    Object value
)
public:
static GraphNodeId^ GetNested(
    GraphNodeIdName^ name, 
    Object^ value
)
static member GetNested : 
        name:GraphNodeIdName * 
        value:Object -> GraphNodeId 
public static function GetNested(
    name : GraphNodeIdName, 
    value : Object
) : GraphNodeId

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeId

.NET Framework Security

See Also

Reference

GraphNodeId Class

GetNested Overload

Microsoft.VisualStudio.GraphModel Namespace