PromptOptions Class
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.
PromptOptions<TResult> for common user prompt scenarios.
public abstract class PromptOptions : IEquatable<Microsoft.VisualStudio.Extensibility.Shell.PromptOptions>
type PromptOptions = class
interface IEquatable<PromptOptions>
Public MustInherit Class PromptOptions
Implements IEquatable(Of PromptOptions)
- Inheritance
-
PromptOptions
- Derived
- Implements
Constructors
PromptOptions() | |
PromptOptions(PromptOptions) |
Properties
AlertConfirm |
Gets options defining a prompt with an "Alert" icon and an "OK" option.
The prompt returns |
EqualityContract | |
ErrorConfirm |
Gets options defining a prompt with an "Error" icon and an "OK" option.
The prompt returns |
HelpConfirm |
Gets options defining a prompt with a "Help" icon and an "OK" option.
The prompt returns |
Icon |
Gets or initializes the icon to display with the prompt. |
InformationConfirm |
Gets options defining a prompt with an "Information" icon and an "OK" option.
The prompt returns |
OK |
Gets options defining a prompt with an "OK" choice. The prompt returns
|
OKCancel |
Gets options defining a prompt with "OK" and "Cancel" choices.
The default option is "OK". The prompt returns |
RetryCancel |
Gets options defining a prompt with "Retry" and "Cancel" choices.
The default option is "Retry". The prompt returns |
Title |
Gets or initializes the title of the prompt. |
WarningConfirm |
Gets options defining a prompt with a "Warning" icon and an "OK" option.
The prompt returns |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(PromptOptions) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(PromptOptions, PromptOptions) | |
Inequality(PromptOptions, PromptOptions) |