Share via


PromptOptions.WarningConfirm Property

Definition

Gets options defining a prompt with a "Warning" 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> WarningConfirm { get; }
static member WarningConfirm : Microsoft.VisualStudio.Extensibility.Shell.PromptOptions<bool>
Public Shared ReadOnly Property WarningConfirm As PromptOptions(Of Boolean)

Property Value

Applies to