GraphLinkCollection.Remove 方法 (IEnumerable<GraphLink>)

移除给定集中的所有链接。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

GraphLinkCollection 类

Remove 重载

Microsoft.VisualStudio.GraphModel 命名空间