Share via


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.12.0 (in Microsoft.VisualStudio.Shell.12.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: String
A help string to show for the command. The value of this property can be a resource ID.

.NET Framework Security

See Also

Reference

ProvideAppCommandLineAttribute Class

Microsoft.VisualStudio.Shell Namespace