Click or drag to resize
EditorCommand Class
Represents a reference to a VS Code command.
Inheritance Hierarchy
SystemObject
  VSCodeEditorCommand

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

The EditorCommand type exposes the following members.

Constructors
  NameDescription
Public methodEditorCommand
Initializes a new instance of the EditorCommand class
Top
Properties
  NameDescription
Public propertyArguments
Arguments that the command handler should be invoked with.
Public propertyCommand
The identifier of the actual command handler.
Public propertyTitle
Title of the command, like `save`.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also