Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Begins the element visitor's traversal of the navigation tree for Model Explorer.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Overridable Sub StartTraverse ( _
walker As ElementWalker _
)
public virtual void StartTraverse(
ElementWalker walker
)
public:
virtual void StartTraverse(
ElementWalker^ walker
)
abstract StartTraverse :
walker:ElementWalker -> unit
override StartTraverse :
walker:ElementWalker -> unit
public function StartTraverse(
walker : ElementWalker
)
Parameters
- walker
Type: Microsoft.VisualStudio.Modeling.ElementWalker
The element visitor that is traversing the navigation tree.
Implements
IElementVisitor.StartTraverse(ElementWalker)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.