Share via


NormalizedTextRangeCollection.TextDocumentSnapshot Property

Definition

Gets the document snapshot that all ranges in this collection reference. This is guaranteed to be non-null if the collection is not empty.

public Microsoft.VisualStudio.Extensibility.Editor.ITextDocumentSnapshot? TextDocumentSnapshot { get; }
member this.TextDocumentSnapshot : Microsoft.VisualStudio.Extensibility.Editor.ITextDocumentSnapshot
Public ReadOnly Property TextDocumentSnapshot As ITextDocumentSnapshot

Property Value

Applies to