Share via


UserPromptConfiguration.InputPrompt Class

Definition

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
UserPromptConfiguration.InputPrompt
Attributes
MessagePack.MessagePackObjectAttribute
Implements

Constructors

Name Description
UserPromptConfiguration.InputPrompt()
UserPromptConfiguration.InputPrompt(UserPromptConfiguration+InputPrompt)

Properties

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

Name Description
<Clone>$()
Equals(Object)
Equals(UserPromptConfiguration)
Equals(UserPromptConfiguration+InputPrompt)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

Name Description
Equality(UserPromptConfiguration+InputPrompt, UserPromptConfiguration+InputPrompt)
Inequality(UserPromptConfiguration+InputPrompt, UserPromptConfiguration+InputPrompt)

Applies to