OleMenuCommand::Text Property

 

Gets or sets the text for the command.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ Text {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The text for the command.

Return to top
Show: