DslDefinitionModelDeleteClosure 类

移除关闭访问者筛选器

继承层次结构

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

命名空间:  Microsoft.VisualStudio.Modeling.DslDefinition
程序集:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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 的浅表副本。 (继承自 Object。)
公共方法 ShouldVisitRelationship 调用需要筛选器,如果从源元素的特定关系应在遍历由 (继承自 DslDefinitionModelDeleteClosureBase。)
公共方法 ShouldVisitRolePlayer 在过程中,遍历,因此,如果特定角色扮演者与 ElementLink 应调用此方法调用需要筛选器。这会重写生成的 ShouldVisitRolePlayer() 方法,是否检查在 ElementLink 的 PropagateDelete 属性决定在关联的角色扮演者。在这种情况下 RelationshipPort,作为关系连接到类的一个小的广场绘制的形状,未删除与该关系。这是用于该链接连接 RelationshipPort (形状) 到 RoleConnector (也形状) 是 ElementLink 子类型调用 LinkConnectsToNode。此链接类型实例用于将各种 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, which is generated from the DSL Definition 模型。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Modeling.DslDefinition 命名空间