CodeActionParams 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 request parameters.
public class CodeActionParams : Microsoft.PowerFx.LanguageServerProtocol.Protocol.LanguageServerRequestBaseParams
type CodeActionParams = class
inherit LanguageServerRequestBaseParams
Public Class CodeActionParams
Inherits LanguageServerRequestBaseParams
- Inheritance
Constructors
| CodeActionParams() |
Initializes a new instance of the CodeActionParams class. ctor. |
Properties
| Context |
Code action context carries additonal information. |
| Range |
Gets or sets current editor value range object. |
| Text |
Text.expression in the document. (Inherited from LanguageServerRequestBaseParams) |
| TextDocument |
The text document. (Inherited from LanguageServerRequestBaseParams) |