IOleMenuCommand::Text Property

 

Gets or sets the text.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

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

Property Value

Type: System::String^

The text.

Return to top
Show: