Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
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
.gif)