GraphNodeId.GetNested 方法 (GraphNodeIdName, Object)

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.GraphModel.GraphNodeId

.NET Framework 安全性

请参见

参考

GraphNodeId 类

GetNested 重载

Microsoft.VisualStudio.GraphModel 命名空间