NavigateToShapesOnDiagramCommand 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.
public ref class NavigateToShapesOnDiagramCommand : Microsoft::VisualStudio::Modeling::Shell::TaskMenuCommand
public class NavigateToShapesOnDiagramCommand : Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
type NavigateToShapesOnDiagramCommand = class
inherit TaskMenuCommand
Public Class NavigateToShapesOnDiagramCommand
Inherits TaskMenuCommand
- Inheritance
Constructors
NavigateToShapesOnDiagramCommand(ModelElementLocator, Diagram, IList<DiagramItem>, Int32) |
constructor |
Properties
MenuText |
gets the text which is to be displayed for this menu item. Corona diagrams don't have specific names |
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() |
Navigate to the targetDiagram and select the targetSelection. |