Share via


PromptOptions.HelpConfirm Property

Definition

Gets options defining a prompt with a "Help" icon and an "OK" option. The prompt returns true when the user selects "OK" or false if the user dismisses the prompt.

public static Microsoft.VisualStudio.Extensibility.Shell.PromptOptions<bool> HelpConfirm { get; }
static member HelpConfirm : Microsoft.VisualStudio.Extensibility.Shell.PromptOptions<bool>
Public Shared ReadOnly Property HelpConfirm As PromptOptions(Of Boolean)

Property Value

Applies to