ProvideAppCommandLineAttribute.HelpString Property
Gets a help string to show for the command. The value of this property can be a resource ID.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Property HelpString As String
public string HelpString { get; set; }
public:
property String^ HelpString {
String^ get ();
void set (String^ value);
}
member HelpString : string with get, set
function get HelpString () : String
function set HelpString (value : String)
Property Value
Type: System.String
A help string to show for the command. The value of this property can be a resource ID.
.NET Framework Security
- 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.