NavigateToShapesOnDiagramCommand Class

 
Namespace:   Microsoft.VisualStudio.Modeling.Shell
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

public ref class NavigateToShapesOnDiagramCommand : TaskMenuCommand

NameDescription
System_CAPS_pubpropertyMenuText

gets the text which is to be displayed for this menu item. Corona diagrams don't have specific names(Overrides TaskMenuCommand::MenuText.)

System_CAPS_pubpropertyPriority

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.)

NameDescription
System_CAPS_pubmethodDoCommand()

Navigate to the targetDiagram and select the targetSelection.(Overrides TaskMenuCommand::DoCommand().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: