Share via


Command Class

Definition

Class representing a reference to a command

See the Language Server Protocol specification for additional information.

public ref class Command
[System.Runtime.Serialization.DataContract]
public class Command
[<System.Runtime.Serialization.DataContract>]
type Command = class
Public Class Command
Inheritance
Command
Attributes

Constructors

Name Description
Command()

Properties

Name Description
Arguments

Gets or sets the arguments that the command should be invoked with.

CommandIdentifier

Gets or sets the identifier associated with the command.

Title

Gets or sets the title of the command.

Applies to