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

Class VersionedTextDocumentIdentifier

Define a specific version of a text document

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

Properties

| Improve this Doc View Source

Version

Gets or sets the Version of the changed text document

Declaration
public int Version { get; set; }
Type Description
System.Int32
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX