IElementVisitor Interface
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.
Subclass this and implement the Visit function
public interface class IElementVisitor
public interface IElementVisitor
type IElementVisitor = interface
Public Interface IElementVisitor
- Derived
Methods
EndTraverse(ElementWalker) |
Called when the traversal is finished |
StartTraverse(ElementWalker) |
Called when the traversal begins |
Visit(ElementWalker, ModelElement) |
User defined Visit function. |