| EditorCommand Class |
Namespace: VSCode
public class EditorCommand
The EditorCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| EditorCommand | Initializes a new instance of the EditorCommand class |
| Name | Description | |
|---|---|---|
| Arguments |
Arguments that the command handler should be invoked with.
| |
| Command |
The identifier of the actual command handler.
| |
| Title |
Title of the command, like `save`.
|
| Name | Description | |
|---|---|---|
| ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |