ProvideCommandLineSwitchAttribute.HelpText Property

Gets the help text for the command-line switch.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property HelpText As String
public string HelpText { get; }
public:
property String^ HelpText {
    String^ get ();
}
member HelpText : string with get
function get HelpText () : String

Property Value

Type: String
The help text for the command-line switch.

.NET Framework Security

See Also

Reference

ProvideCommandLineSwitchAttribute Class

Microsoft.VisualStudio.Modeling.Shell Namespace