IShellProvider.HelpDescription Property

Definition

This will be used when specifying the shell in CLI completions and help text. Use it to provide any specific details about the shell. For example, the PowershellShellProvider will clarify that it only works for PowerShell Core.

public:
 property System::String ^ HelpDescription { System::String ^ get(); };
public string? HelpDescription { get; }
member this.HelpDescription : string
Public ReadOnly Property HelpDescription As String

Property Value

Applies to