IElementVisitor Interface
Visual Studio 2015
Defines the traversal of a model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | EndTraverse(ElementWalker^) | Alerts listeners when the walker has finished traversing the model. |
![]() | StartTraverse(ElementWalker^) | Alerts listeners when the walker has started traversing the model. |
![]() | Visit(ElementWalker^, ModelElement^) | Represents a visiting function, defined by classes that implement the IElementVisitor interface. |
Show:
