ExplorerElementVisitor Class

 

Represents a visiting function, also known as an element visitor, which traverses the in-memory store (IMS) model and adds nodes to the navigation tree for Model Explorer.

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

System::Object
  Microsoft.VisualStudio.Modeling.Shell::ExplorerElementVisitor

public ref class ExplorerElementVisitor : IElementVisitor

NameDescription
System_CAPS_pubmethodExplorerElementVisitor(ModelExplorerTreeContainer^)

Initializes a new instance of the ExplorerElementVisitor class.

NameDescription
System_CAPS_pubpropertyTreeContainer

Gets the navigation tree to traverse in Model Explorer.

System_CAPS_pubpropertyTreeNodeHash

Gets the table of nodes that appears in the navigation tree for Model Explorer.

NameDescription
System_CAPS_pubmethodEndTraverse(ElementWalker^)

Ends the element visitor's traversal of the navigation tree for Model Explorer.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodPruneTree()

Obsolete.Removes obsolete nodes from the navigation tree for Model Explorer.

System_CAPS_pubmethodStartTraverse(ElementWalker^)

Begins the element visitor's traversal of the navigation tree for Model Explorer.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodVisit(ElementWalker^, ModelElement^)

Verifies whether an element visitor is traversing the navigation tree for Model Explorer.

This class implements the IElementVisitor interface.

DSL Explorer is derived from Model Explorer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: