Compartir a través de


CoreDesignSurfaceCopyClosureBase Class

Definition

Base class for copy closure visitor filter

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

Constructors

Name Description
CoreDesignSurfaceCopyClosureBase()

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

(Inherited from CopyClosureFilter)
ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement)

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

(Inherited from CopyClosureFilter)

Applies to