IElementVisitor Interface

 

Defines the traversal of a model.

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

public interface class IElementVisitor

NameDescription
System_CAPS_pubmethodEndTraverse(ElementWalker^)

Alerts listeners when the walker has finished traversing the model.

System_CAPS_pubmethodStartTraverse(ElementWalker^)

Alerts listeners when the walker has started traversing the model.

System_CAPS_pubmethodVisit(ElementWalker^, ModelElement^)

Represents a visiting function, defined by classes that implement the IElementVisitor interface.

Return to top
Show: