NavigateToShapesOnDiagramCommand.MenuText Property

gets the text which is to be displayed for this menu item. Corona diagrams don't have specific names

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property MenuText As String
public override string MenuText { get; }
public:
virtual property String^ MenuText {
    String^ get () override;
}
abstract MenuText : string with get 
override MenuText : string with get
override function get MenuText () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

NavigateToShapesOnDiagramCommand Class

Microsoft.VisualStudio.Modeling.Shell Namespace