ExecuteCommandParams Class

Definition

Class representing the parameters sent from client to server for the workspace/executeCommand request.

See the Language Server Protocol specification for additional information.

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

Constructors

ExecuteCommandParams()

Properties

Arguments

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

Command

Gets or sets the command identifier associated with the command handler.

Applies to