IOleMenuCommand::ParametersDescription Property

 

Gets or sets the parameter description.

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

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

Property Value

Type: System::String^

The parameter description.

Return to top
Show: