Método GraphNodeId.GetNested (GraphNodeIdName, Object)

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId

Segurança do .NET Framework

Consulte também

Referência

GraphNodeId Classe

Sobrecargas GetNested

Namespace Microsoft.VisualStudio.GraphModel