IElementVisitor Interface
Defines the traversal of a model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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 | |
---|---|---|
EndTraverse | Alerts listeners when the walker has finished traversing the model. | |
StartTraverse | Alerts listeners when the walker has started traversing the model. | |
Visit | Represents a visiting function, defined by classes that implement the IElementVisitor interface. |
Top