次の方法で共有


DslDefinitionModelDeleteClosureBase Class

Definition

Base class for remove closure visitor filter

public ref class DslDefinitionModelDeleteClosureBase : Microsoft::VisualStudio::Modeling::IElementVisitorFilter
[System.CLSCompliant(true)]
public class DslDefinitionModelDeleteClosureBase : Microsoft.VisualStudio.Modeling.IElementVisitorFilter
[<System.CLSCompliant(true)>]
type DslDefinitionModelDeleteClosureBase = class
    interface IElementVisitorFilter
Public Class DslDefinitionModelDeleteClosureBase
Implements IElementVisitorFilter
Inheritance
DslDefinitionModelDeleteClosureBase
Derived
Attributes
Implements

Constructors

Name Description
DslDefinitionModelDeleteClosureBase()

Constructor

Methods

Name Description
ShouldVisitRelationship(ElementWalker, ModelElement, DomainRoleInfo, DomainRelationshipInfo, ElementLink)

Called to ask the filter if a particular relationship from a source element should be included in the traversal

ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement)

Called to ask the filter if a particular role player should be Visited during traversal

Applies to