OleMenuCommand::ParametersDescription Property

 

Gets or sets the description of the parameters of the command.

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

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

Property Value

Type: System::String^

The description of the parameters of the command.

Return to top
Show: