IElementVisitor Interface

Defines the traversal of a model.

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

Syntax

'Declaration
Public Interface IElementVisitor
public interface IElementVisitor
public interface class IElementVisitor
type IElementVisitor =  interface end
public interface IElementVisitor

The IElementVisitor type exposes the following members.

Methods

  Name Description
Public method EndTraverse Alerts listeners when the walker has finished traversing the model.
Public method StartTraverse Alerts listeners when the walker has started traversing the model.
Public method Visit Represents a visiting function, defined by classes that implement the IElementVisitor interface.

Top

See Also

Reference

Microsoft.VisualStudio.Modeling Namespace