NavigateToModelExplorerTreeNodeCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |