PromptOptions.OK Property

Definition

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

Property Value

Applies to