InputPromptOptions Constructors
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.
Overloads
InputPromptOptions() |
Describes the options for a prompt which allows the user to input text. |
InputPromptOptions(InputPromptOptions) |
InputPromptOptions()
Describes the options for a prompt which allows the user to input text.
public InputPromptOptions();
Public Sub New ()
Applies to
InputPromptOptions(InputPromptOptions)
protected InputPromptOptions(Microsoft.VisualStudio.Extensibility.Shell.InputPromptOptions original);
Protected Sub New (original As InputPromptOptions)
Parameters
- original
- InputPromptOptions