CompletionParams 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 CompletionParams : Microsoft.PowerFx.LanguageServerProtocol.Protocol.TextDocumentPositionParams
type CompletionParams = class
inherit TextDocumentPositionParams
Public Class CompletionParams
Inherits TextDocumentPositionParams
- Inheritance
Constructors
| CompletionParams() |
Properties
| Context |
The completion context. This is only available if the client specifies
to send this using the client capability
|
| Position |
The position inside the text document. (Inherited from TextDocumentPositionParams) |
| Text |
Text.expression in the document. (Inherited from LanguageServerRequestBaseParams) |
| TextDocument |
The text document. (Inherited from LanguageServerRequestBaseParams) |