CoreDeleteClosure Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove closure visitor filter
public ref class CoreDeleteClosure : Microsoft::VisualStudio::Modeling::CoreDeleteClosureBase
[System.CLSCompliant(true)]
public class CoreDeleteClosure : Microsoft.VisualStudio.Modeling.CoreDeleteClosureBase
[<System.CLSCompliant(true)>]
type CoreDeleteClosure = class
inherit CoreDeleteClosureBase
interface IElementVisitorFilter
Public Class CoreDeleteClosure
Inherits CoreDeleteClosureBase
- Inheritance
- Attributes
- Implements
Constructors
CoreDeleteClosure() |
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 (Inherited from CoreDeleteClosureBase) |
ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement) |
Called to ask the filter if a particular role player should be Visited during traversal (Inherited from CoreDeleteClosureBase) |