ShowMessageRequestParams 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/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
- 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) |