UserPromptConfiguration.InputPrompt 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.
The configuration for a user prompt that requests input from the user.
[MessagePack.MessagePackObject(false)]
public class UserPromptConfiguration.InputPrompt : Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptConfiguration, IEquatable<Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptConfiguration.InputPrompt>
[<MessagePack.MessagePackObject(false)>]
type UserPromptConfiguration.InputPrompt = class
inherit UserPromptConfiguration
interface IEquatable<UserPromptConfiguration.InputPrompt>
Public Class UserPromptConfiguration.InputPrompt
Inherits UserPromptConfiguration
Implements IEquatable(Of UserPromptConfiguration.InputPrompt)
- Inheritance
- Attributes
-
MessagePack.MessagePackObjectAttribute
- Implements
Constructors
UserPromptConfiguration.InputPrompt() | |
UserPromptConfiguration.InputPrompt(UserPromptConfiguration+InputPrompt) |
Properties
DefaultValue |
Gets the placeholder text for the user input field. |
EqualityContract | |
IconName |
Gets the name of an optional icon for the user prompt. (Inherited from UserPromptConfiguration) |
Title |
Gets the optional title for the user prompt. (Inherited from UserPromptConfiguration) |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(UserPromptConfiguration) | |
Equals(UserPromptConfiguration+InputPrompt) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(UserPromptConfiguration+InputPrompt, UserPromptConfiguration+InputPrompt) | |
Inequality(UserPromptConfiguration+InputPrompt, UserPromptConfiguration+InputPrompt) |