ImmutabilityExtensionMethods.CanDeleteElements 方法
查詢是否可以刪除指定的一組項目,鎖定適用於任何在完整的項目納入考量任何 IMS 刪除結案的項目。無法刪除項目,是否到 closure 中的任何項目刪除已鎖定,或者如果任何項目做為目標的 RolePlayer 鎖定的項目上取得資料來源的連結,而且該項目超出終止。
命名空間: Microsoft.VisualStudio.Modeling.Immutability
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function CanDeleteElements ( _
partition As Partition, _
rootElements As IEnumerable(Of ModelElement), _
ParamArray domainRolesToNotPropagate As Guid() _
) As Boolean
public static bool CanDeleteElements(
this Partition partition,
IEnumerable<ModelElement> rootElements,
params Guid[] domainRolesToNotPropagate
)
參數
- partition
型別:Microsoft.VisualStudio.Modeling.Partition
這個磁碟分割
- rootElements
型別:System.Collections.Generic.IEnumerable<ModelElement>
若要刪除的物件圖形的根物件
- domainRolesToNotPropagate
型別:array<System.Guid[]
網域角色識別碼-子清單是透過此刪除不需要傳播。
傳回值
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 Partition 型別物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)或擴充方法 (C# 程式設計手冊)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。