ShowMessageRequestParams Class

Definition

Class which represents parameter sent with window/showMessageRequest requests.

See the Language Server Protocol specification for additional information.

public ref class ShowMessageRequestParams : Microsoft::VisualStudio::LanguageServer::Protocol::ShowMessageParams
[System.Runtime.Serialization.DataContract]
public class ShowMessageRequestParams : Microsoft.VisualStudio.LanguageServer.Protocol.ShowMessageParams
[<System.Runtime.Serialization.DataContract>]
type ShowMessageRequestParams = class
    inherit ShowMessageParams
Public Class ShowMessageRequestParams
Inherits ShowMessageParams
Inheritance
ShowMessageRequestParams
Attributes

Constructors

ShowMessageRequestParams()

Properties

Actions

Gets or sets an array of MessageActionItems to present.

Message

Gets or sets the message.

(Inherited from ShowMessageParams)
MessageType

Gets or sets the type of message.

(Inherited from ShowMessageParams)

Applies to