Class VersionedTextDocumentIdentifier
Define a specific version of a text document
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class VersionedTextDocumentIdentifier : TextDocumentIdentifier
Properties
| Improve this Doc View SourceVersion
Gets or sets the Version of the changed text document
Declaration
public int Version { get; set; }
| Type | Description |
|---|---|
| System.Int32 |