共用方式為


Partition.DeleteElements 方法

刪除根部在指定之項目集合中的物件圖案。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public Sub DeleteElements ( _
    rootElements As IEnumerable(Of ModelElement), _
    ParamArray domainRolesToNotPropagate As Guid() _
)
public void DeleteElements(
    IEnumerable<ModelElement> rootElements,
    params Guid[] domainRolesToNotPropagate
)

參數

  • domainRolesToNotPropagate
    類型:array<System.Guid[]
    網域角色 ID 的清單,不可藉以傳播刪除。

.NET Framework 安全性

請參閱

參考

Partition 類別

Microsoft.VisualStudio.Modeling 命名空間