SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class TextDocumentPosition

Defines a position in a text document.

Inheritance
System.Object
TextDocumentPosition
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class TextDocumentPosition

Properties

| Improve this Doc View Source

Position

Gets or sets the position in the document.

Declaration
public Position Position { get; set; }
Type Description
Position
| Improve this Doc View Source

TextDocument

Gets or sets the document identifier.

Declaration
public TextDocumentIdentifier TextDocument { get; set; }
Type Description
TextDocumentIdentifier
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX