CodeActionCommand 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.
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. |