Click or drag to resize
ShowMessageParams Class
Parameters provided to the ShowMessage method.
Inheritance Hierarchy
SystemObject
  VSCode.EditorShowMessageParams

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

The ShowMessageParams type exposes the following members.

Constructors
  NameDescription
Public methodShowMessageParams
Initializes a new instance of the ShowMessageParams class
Top
Properties
  NameDescription
Public propertyMessage
The message to display in the VS Code UI.
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