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