CodeActionContext 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 diagnostic information about the context of a code action
See the Language Server Protocol specification for additional information.
public ref class CodeActionContext
[System.Runtime.Serialization.DataContract]
public class CodeActionContext
[<System.Runtime.Serialization.DataContract>]
type CodeActionContext = class
Public Class CodeActionContext
- Inheritance
-
CodeActionContext
- Attributes
Constructors
CodeActionContext() |
Properties
Diagnostics |
Gets or sets an array of diagnostics relevant to a code action |
Only |
Gets or sets an array of code action kinds to filter for. |