Share via


CopyClosureFilter Class

Definition

Base class for copy closure visitor filter

public ref class CopyClosureFilter : Microsoft::VisualStudio::Modeling::IElementVisitorFilter
public class CopyClosureFilter : Microsoft.VisualStudio.Modeling.IElementVisitorFilter
type CopyClosureFilter = class
    interface IElementVisitorFilter
Public Class CopyClosureFilter
Implements IElementVisitorFilter
Inheritance
CopyClosureFilter
Derived
Implements

Constructors

Name Description
CopyClosureFilter()

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