NavigateToModelExplorerTreeNodeCommand Class

Definition

Important

This API is not CLS-compliant.

Validation navigation command that navigates to the model explorer window.

public ref class NavigateToModelExplorerTreeNodeCommand : Microsoft::VisualStudio::Modeling::Shell::TaskMenuCommand
[System.CLSCompliant(false)]
public class NavigateToModelExplorerTreeNodeCommand : Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
public class NavigateToModelExplorerTreeNodeCommand : Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
[<System.CLSCompliant(false)>]
type NavigateToModelExplorerTreeNodeCommand = class
    inherit TaskMenuCommand
type NavigateToModelExplorerTreeNodeCommand = class
    inherit TaskMenuCommand
Public Class NavigateToModelExplorerTreeNodeCommand
Inherits TaskMenuCommand
Inheritance
NavigateToModelExplorerTreeNodeCommand
Attributes

Constructors

NavigateToModelExplorerTreeNodeCommand(ModelExplorerToolWindow, ExplorerTreeNode, Int32)

Constructor.

Properties

MenuText

Text displayed in the menu.

Priority

Indicates the priority of the command. Commands with lower numbers are shown earlier in the list, and the first command is executed on double-click.

(Inherited from TaskMenuCommand)

Methods

DoCommand()

Performs the navigation command.

Applies to