IShellProvider.HelpDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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