TextDocumentPositionParams 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 TextDocumentPositionParams : Microsoft.PowerFx.LanguageServerProtocol.Protocol.LanguageServerRequestBaseParams
type TextDocumentPositionParams = class
inherit LanguageServerRequestBaseParams
Public Class TextDocumentPositionParams
Inherits LanguageServerRequestBaseParams
- Inheritance
- Derived
Constructors
| TextDocumentPositionParams() |
Properties
| Position |
The position inside the text document. |
| Text |
Text.expression in the document. (Inherited from LanguageServerRequestBaseParams) |
| TextDocument |
The text document. (Inherited from LanguageServerRequestBaseParams) |