NavigateToShapesOnDiagramCommand Class

Definition

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
NavigateToShapesOnDiagramCommand

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.

Applies to