Udostępnij przez


CodeAction Class

Definition

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.

Applies to