NavigateToShapesOnDiagramCommand Class
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Return to top
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::NavigateToShapesOnDiagramCommand
Microsoft.VisualStudio.Modeling.Shell::TaskMenuCommand
Microsoft.VisualStudio.Modeling.Shell::NavigateToShapesOnDiagramCommand
| Name | Description | |
|---|---|---|
![]() | NavigateToShapesOnDiagramCommand(ModelElementLocator^, Diagram^, IList<DiagramItem^>^, Int32) | constructor |
| Name | Description | |
|---|---|---|
![]() | MenuText | gets the text which is to be displayed for this menu item. Corona diagrams don't have specific names(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() | Navigate to the targetDiagram and select the targetSelection.(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:


