Command 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 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
Command() |
Properties
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. |