ShowMessageParams Class
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.
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. |