TextDocumentPositionParams Class
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.
C++
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
Position |
Gets or sets the value which indicates the position within the document. |
Text |
Gets or sets the value which identifies the document. |
Produit | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |