PromptOptions.RetryCancel 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 "Retry" and "Cancel" choices.
The default option is "Retry". The prompt returns true
if the
user selects "Retyr", or false
if the user either selects "Cancel"
or dissmisses the prompt.
public static Microsoft.VisualStudio.Extensibility.Shell.Prompt.PromptOptionsWithCancel<bool> RetryCancel { get; }
static member RetryCancel : Microsoft.VisualStudio.Extensibility.Shell.Prompt.PromptOptionsWithCancel<bool>
Public Shared ReadOnly Property RetryCancel As PromptOptionsWithCancel(Of Boolean)