Class OptionalVersionedTextDocumentIdentifier
Identifies a text document with optional versioning.
public class OptionalVersionedTextDocumentIdentifier
- Inheritance
-
OptionalVersionedTextDocumentIdentifier
- Inherited Members
Properties
Uri
The URI of the text document.
public string Uri { get; set; }
Property Value
Version
An optional version number for the document, if versioning is supported.
public int? Version { get; set; }
Property Value
- int?