InputPromptOptions Class

Definition

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
InputPromptOptions
Implements

Constructors

Name Description
InputPromptOptions()

Describes the options for a prompt which allows the user to input text.

InputPromptOptions(InputPromptOptions)

Properties

Name Description
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

Name Description
<Clone>$()
Equals(InputPromptOptions)
Equals(Object)
Equals(PromptOptions)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(InputPromptOptions, InputPromptOptions)
Inequality(InputPromptOptions, InputPromptOptions)

Applies to