Udostępnij przez


CodeActionCommand Class

Definition

Code action command object model.

public class CodeActionCommand
type CodeActionCommand = class
Public Class CodeActionCommand
Inheritance
CodeActionCommand

Constructors

CodeActionCommand()

Initializes a new instance of the CodeActionCommand class. ctor.

Properties

Arguments

Gets or sets command arguments.

Command

Gets or sets command to be executed.

Title

Gets or sets title of the command.

Applies to