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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.