OleMenuCommand.ParametersDescription Property

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

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

Syntax

'宣言
Public Property ParametersDescription As String
'使用
Dim instance As OleMenuCommand
Dim value As String

value = instance.ParametersDescription

instance.ParametersDescription = value
public string ParametersDescription { get; set; }
public:
property String^ ParametersDescription {
    String^ get ();
    void set (String^ value);
}
public function get ParametersDescription () : String
public function set ParametersDescription (value : String)

Property Value

Type: System.String

The description of the parameters of the command.

Permissions

See Also

Reference

OleMenuCommand Class

OleMenuCommand Members

Microsoft.VisualStudio.Shell Namespace