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.
Class which represents a position within a text document.
See the Language Server Protocol specification for additional information.
public ref class TextDocumentPositionParams
[System.Runtime.Serialization.DataContract]
public class TextDocumentPositionParams
[<System.Runtime.Serialization.DataContract>]
type TextDocumentPositionParams = class
Public Class TextDocumentPositionParams
- Inheritance
-
TextDocumentPositionParams
- Derived
- Attributes
Constructors
TextDocumentPositionParams() |
Properties
Position |
Gets or sets the value which indicates the position within the document. |
TextDocument |
Gets or sets the value which identifies the document. |