共用方式為


DslDefinitionModelDeleteClosure 類別

移除結束訪客篩選

繼承階層架構

System.Object
  Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDeleteClosureBase
    Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDeleteClosure

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

語法

'宣告
<CLSCompliantAttribute(True)> _
Public Class DslDefinitionModelDeleteClosure _
    Inherits DslDefinitionModelDeleteClosureBase _
    Implements IElementVisitorFilter
[CLSCompliantAttribute(true)]
public class DslDefinitionModelDeleteClosure : DslDefinitionModelDeleteClosureBase, 
    IElementVisitorFilter

DslDefinitionModelDeleteClosure 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 DslDefinitionModelDeleteClosure 建構函式

回頁首

方法

  名稱 描述
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ShouldVisitRelationship 呼叫以要求篩選器來源項目中的特定關聯性是否應包含在周遊中 (繼承自 DslDefinitionModelDeleteClosureBase)。
公用方法 ShouldVisitRolePlayer 呼叫這個方法以要求篩選器是否應該在周遊期間造訪與 ElementLink 相關聯的特定角色扮演者。這會覆寫產生的 ShouldVisitRolePlayer() 方法,會檢查 ElementLink 上的 PropagateDelete 屬性,來決定是否要瀏覽相關聯的角色扮演者。在此情況下,RelationshipPort (繪製成小方格的圖案,其中關聯性連接至類別) 並未隨關聯性刪除。原因是用來將RelationshipPort (圖案) 連線到 RoleConnector (也是圖案) 的連結是稱為 LinkConnectsToNode 的 ElementLink 的子型別。這種連結類型的執行個體用來建立各種 NodeShapes 與 LinkShapes 的關聯,因此並不會散佈刪除,雖然在 RelationshipPort 的情況下它應該散佈刪除。InheritancePort 存在相同的問題,就像 RelationshipPort 擴充 TogglePort 。會為刪除期間每個瀏覽過的 ElementLink,呼叫這個方法。如果所討論之連結為 LinkConnectsToNode 執行個體,而且 roleplayer 是 TogglePort,可能就不再需要連接埠圖案。藉由檢查目標角色扮演者還剩餘多少連結,這個方法會傳回表示情況的結果。如果則恰好有一個通訊埠的連結則傳回 VisitorFilterResult.YES,否則傳回 VisitorFilterResult.DoNotCare。這樣可以確保當刪除最後一個節點連結時,連接埠圖案也會一併刪除。 (覆寫 DslDefinitionModelDeleteClosureBase.ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement)。)
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

備註

類別定義。\ GeneratedCode \ DomainModel.cs,從 DSL 定義模型產生。

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間