ShowMessageParams.MessageType Property

Definition

Gets or sets the type of message.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::MessageType MessageType { Microsoft::VisualStudio::LanguageServer::Protocol::MessageType get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::MessageType value); };
[System.Runtime.Serialization.DataMember(Name="type")]
public Microsoft.VisualStudio.LanguageServer.Protocol.MessageType MessageType { get; set; }
[<System.Runtime.Serialization.DataMember(Name="type")>]
member this.MessageType : Microsoft.VisualStudio.LanguageServer.Protocol.MessageType with get, set
Public Property MessageType As MessageType

Property Value

Attributes

Applies to