LogMessageParams.MessageType Property
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.
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