CoreDesignSurfaceDeleteClosureBase Class

Definition

Base class for remove closure visitor filter

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

Constructors

CoreDesignSurfaceDeleteClosureBase()

Constructor

Methods

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