TextDocumentContract 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.
RPC contract representing an ITextDocumentSnapshot in a particular version.
[System.Runtime.Serialization.DataContract]
public sealed class TextDocumentContract
[<System.Runtime.Serialization.DataContract>]
type TextDocumentContract = class
Public NotInheritable Class TextDocumentContract
- Inheritance
-
TextDocumentContract
- Attributes
Constructors
TextDocumentContract() |
Properties
Uri |
The Uri of the ITextDocumentSnapshot. |
Version |
The version of the ITextDocumentSnapshot. |