ExecuteCommandParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |