GraphNodeId.RemovedNestedNames 方法

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

语法

声明
Public Function RemovedNestedNames ( _
    ParamArray names As GraphNodeIdName() _
) As GraphNodeId
public GraphNodeId RemovedNestedNames(
    params GraphNodeIdName[] names
)
public:
GraphNodeId^ RemovedNestedNames(
    ... array<GraphNodeIdName^>^ names
)
member RemovedNestedNames : 
        names:GraphNodeIdName[] -> GraphNodeId 
public function RemovedNestedNames(
    ... names : GraphNodeIdName[]
) : GraphNodeId

参数

返回值

类型:Microsoft.VisualStudio.GraphModel.GraphNodeId

.NET Framework 安全性

请参见

参考

GraphNodeId 类

Microsoft.VisualStudio.GraphModel 命名空间