GraphNodeCollection.Remove 方法 (IEnumerable<GraphNode>)

移除给定集中的所有节点。

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

语法

声明
Public Sub Remove ( _
    nodes As IEnumerable(Of GraphNode) _
)
public void Remove(
    IEnumerable<GraphNode> nodes
)
public:
void Remove(
    IEnumerable<GraphNode^>^ nodes
)
member Remove : 
        nodes:IEnumerable<GraphNode> -> unit 
public function Remove(
    nodes : IEnumerable<GraphNode>
)

参数

.NET Framework 安全性

请参见

参考

GraphNodeCollection 类

Remove 重载

Microsoft.VisualStudio.GraphModel 命名空间