ShowMessageParams Class |
Namespace: VSCode.Editor
public class ShowMessageParams
The ShowMessageParams type exposes the following members.
Name | Description | |
---|---|---|
ShowMessageParams | Initializes a new instance of the ShowMessageParams class |
Name | Description | |
---|---|---|
Message |
The message to display in the VS Code UI.
| |
Type |
The type of message to display.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |