OleMenuCommand.ParametersDescription Property

Definition

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

public:
 property System::String ^ ParametersDescription { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ParametersDescription { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ParametersDescription { get; set; }
member this.ParametersDescription : string with get, set
Public Property ParametersDescription As String

Property Value

The description of the parameters of the command.

Implements

Applies to