InputPromptOptions 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.
Describes the options for a prompt which allows the user to input text.
public class InputPromptOptions : Microsoft.VisualStudio.Extensibility.Shell.PromptOptions, IEquatable<Microsoft.VisualStudio.Extensibility.Shell.InputPromptOptions>
type InputPromptOptions = class
inherit PromptOptions
interface IEquatable<InputPromptOptions>
Public Class InputPromptOptions
Inherits PromptOptions
Implements IEquatable(Of InputPromptOptions)
- Inheritance
- Implements
Constructors
InputPromptOptions() |
Describes the options for a prompt which allows the user to input text. |
InputPromptOptions(InputPromptOptions) |
Properties
Default |
Gets a default instance of InputPromptOptions. |
DefaultText |
Gets or initializes the default text to display in the input field. |
EqualityContract | |
Icon |
Gets or initializes the icon to display with the prompt. (Inherited from PromptOptions) |
Question |
Gets options defining an input prompt with a "Question" icon. |
Title |
Gets or initializes the title of the prompt. (Inherited from PromptOptions) |
Methods
<Clone>$() | |
Equals(InputPromptOptions) | |
Equals(Object) | |
Equals(PromptOptions) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(InputPromptOptions, InputPromptOptions) | |
Inequality(InputPromptOptions, InputPromptOptions) |