ChainingElementVisitorFilter Class
Visual Studio 2015
Represents a chaining filter, which adds filters to a list.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ChainingElementVisitorFilter() | Initializes a new instance of the ChainingElementVisitorFilter class. |
| Name | Description | |
|---|---|---|
![]() | AddFilter(IElementVisitorFilter^) | Add a filter to a list. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ShouldVisitRelationship(ElementWalker^, ModelElement^, DomainRoleInfo^, DomainRelationshipInfo^, ElementLink^) | Verifies whether a relationship should be visited during a traversal. |
![]() | ShouldVisitRolePlayer(ElementWalker^, ModelElement^, ElementLink^, DomainRoleInfo^, ModelElement^) | Verifies whether a role player should be visited during a traversal. |
![]() | ToString() | (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.
Show:
