UserPromptOption 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
UserPromptOption(UserPromptOption) | |
UserPromptOption(String) |
Initializes a new instance of the UserPromptOption class. |
UserPromptOption(UserPromptOption)
protected UserPromptOption (Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptOption original);
Protected Sub New (original As UserPromptOption)
Parameters
- original
- UserPromptOption
Applies to
UserPromptOption(String)
Initializes a new instance of the UserPromptOption class.
public UserPromptOption (string text);
new Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptOption : string -> Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptOption
Public Sub New (text As String)
Parameters
- text
- String
The text of the option.