Share via


TextViewContract.Document Property

Definition

The underlying ITextDocumentSnapshot properties.

[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.Editor.TextDocumentContract? Document { get; set; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Document : Microsoft.VisualStudio.RpcContracts.Editor.TextDocumentContract with get, set
Public Property Document As TextDocumentContract

Property Value

Attributes

Applies to