ShowMessageParams Class

Definition

Class which represents parameter sent with window/showMessage requests.

See the Language Server Protocol specification for additional information.

public ref class ShowMessageParams
[System.Runtime.Serialization.DataContract]
public class ShowMessageParams
[<System.Runtime.Serialization.DataContract>]
type ShowMessageParams = class
Public Class ShowMessageParams
Inheritance
ShowMessageParams
Derived
Attributes

Constructors

ShowMessageParams()

Properties

Message

Gets or sets the message.

MessageType

Gets or sets the type of message.

Applies to