Methods.WindowShowMessageRequest Field
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.
Strongly typed message object for 'window/showMessageRequest'.
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::ShowMessageRequestParams ^, Microsoft::VisualStudio::LanguageServer::Protocol::MessageActionItem ^> ^ WindowShowMessageRequest;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ShowMessageRequestParams,Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem> WindowShowMessageRequest;
staticval mutable WindowShowMessageRequest : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ShowMessageRequestParams, Microsoft.VisualStudio.LanguageServer.Protocol.MessageActionItem>
Public Shared ReadOnly WindowShowMessageRequest As LspRequest(Of ShowMessageRequestParams, MessageActionItem)