NavigateToModelExplorerTreeNodeCommand Class
Visual Studio 2015
Validation navigation command that navigates to the model explorer window.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
System::Object
Microsoft.VisualStudio.Modeling.Shell::TaskMenuCommand
Microsoft.VisualStudio.Modeling.Shell::NavigateToModelExplorerTreeNodeCommand
Microsoft.VisualStudio.Modeling.Shell::TaskMenuCommand
Microsoft.VisualStudio.Modeling.Shell::NavigateToModelExplorerTreeNodeCommand
| Name | Description | |
|---|---|---|
![]() | NavigateToModelExplorerTreeNodeCommand(ModelExplorerToolWindow^, ExplorerTreeNode^, Int32) | Constructor. |
| Name | Description | |
|---|---|---|
![]() | MenuText | Text displayed in the menu.(Overrides TaskMenuCommand::MenuText.) |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | DoCommand() | Performs the navigation command.(Overrides TaskMenuCommand::DoCommand().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


