VersionedTextDocumentIdentifier Class
Definition
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.
public class VersionedTextDocumentIdentifier : Microsoft.PowerFx.LanguageServerProtocol.Protocol.TextDocumentIdentifier
type VersionedTextDocumentIdentifier = class
inherit TextDocumentIdentifier
Public Class VersionedTextDocumentIdentifier
Inherits TextDocumentIdentifier
- Inheritance
Constructors
| VersionedTextDocumentIdentifier() |
Properties
| Uri |
The text document's URI. (Inherited from TextDocumentIdentifier) |
| Version |
The version number of this document. The version number of a document will increase after each change, including undo/redo. The number doesn't need to be consecutive. |