CopyClosureFilter.ShouldVisitRelationship Method

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

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

public virtual VisitorFilterResult ShouldVisitRelationship(
    ElementWalker walker,
    ModelElement sourceElement,
    DomainRoleInfo sourceRoleInfo,
    DomainRelationshipInfo domainRelationshipInfo,
    ElementLink targetRelationship
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.VisitorFilterResult
Yes if the relationship should be traversed

Implements

IElementVisitorFilter.ShouldVisitRelationship(ElementWalker, ModelElement, DomainRoleInfo, DomainRelationshipInfo, ElementLink)

.NET Framework Security

See Also

Reference

CopyClosureFilter Class

Microsoft.VisualStudio.Modeling Namespace