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 TextDocumentPositionProperties
| Improve this Doc View SourcePosition
Gets or sets the position in the document.
Declaration
public Position Position { get; set; }| Type | Description | 
|---|---|
| Position | 
TextDocument
Gets or sets the document identifier.
Declaration
public TextDocumentIdentifier TextDocument { get; set; }| Type | Description | 
|---|---|
| TextDocumentIdentifier |