OleMenuCommand.ParametersDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.