共用方式為


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>
)

參數

  • links
    類型:IEnumerable<GraphLink>

    要移除的一組連結。 這個引數可以是 Get 方法的結果。

.NET Framework 安全性

請參閱

參考

GraphLinkCollection 類別

Remove 多載

Microsoft.VisualStudio.GraphModel 命名空間