ChainingElementVisitorFilter Class

 

Represents a chaining filter, which adds filters to a list.

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

System::Object
  Microsoft.VisualStudio.Modeling::ChainingElementVisitorFilter

public ref class ChainingElementVisitorFilter sealed : IElementVisitorFilter

NameDescription
System_CAPS_pubmethodChainingElementVisitorFilter()

Initializes a new instance of the ChainingElementVisitorFilter class.

NameDescription
System_CAPS_pubmethodAddFilter(IElementVisitorFilter^)

Add a filter to a list.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodShouldVisitRelationship(ElementWalker^, ModelElement^, DomainRoleInfo^, DomainRelationshipInfo^, ElementLink^)

Verifies whether a relationship should be visited during a traversal.

System_CAPS_pubmethodShouldVisitRolePlayer(ElementWalker^, ModelElement^, ElementLink^, DomainRoleInfo^, ModelElement^)

Verifies whether a role player should be visited during a traversal.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Can be used for copy, remove or other visitor filter implementations

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: