CodeAction 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.
public class CodeAction
type CodeAction = class
Public Class CodeAction
- Inheritance
-
CodeAction
Constructors
| CodeAction() |
Initializes a new instance of the CodeAction class. ctor. |
Properties
| ActionResultContext |
Gets or sets the code action context. |
| Command |
Gets or sets code action command. |
| Diagnostics |
An array of diagnostic information items. |
| Edit |
Gets or sets supported code action edits. |
| Kind |
Gets or sets the code action kind. |
| Title |
Get or sets the title of the code action. |