Click or drag to resize
ShowMessageRequestParams Class
Parameters provided to the ShowMessageRequest method.
Inheritance Hierarchy
SystemObject
  VSCode.EditorShowMessageRequestParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class ShowMessageRequestParams

The ShowMessageRequestParams type exposes the following members.

Constructors
  NameDescription
Public methodShowMessageRequestParams
Initializes a new instance of the ShowMessageRequestParams class
Top
Properties
  NameDescription
Public propertyActions
A collection of MessageActionItem instances to offer to the user.
Public propertyMessage
The message to display.
Public propertyType
The type of message to display.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also