ExplorerElementVisitor Members

Include Protected Members
Include Inherited Members

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.

The ExplorerElementVisitor type exposes the following members.

Constructors

  Name Description
Public method ExplorerElementVisitor Initializes a new instance of the ExplorerElementVisitor class.

Top

Methods

  Name Description
Public method EndTraverse Ends the element visitor's traversal of the navigation tree for Model Explorer.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method PruneTree Removes obsolete nodes from the navigation tree for Model Explorer.
Public method StartTraverse Begins the element visitor's traversal of the navigation tree for Model Explorer.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method Visit Verifies whether an element visitor is traversing the navigation tree for Model Explorer.

Top

Properties

  Name Description
Public property TreeContainer Gets the navigation tree to traverse in Model Explorer.
Public property TreeNodeHash Gets the table of nodes that appears in the navigation tree for Model Explorer.

Top

See Also

Reference

ExplorerElementVisitor Class

Microsoft.VisualStudio.Modeling.Shell Namespace