ITextViewLine.Snapshot Property

Definition

Gets the ITextSnapshot on which this map is based.

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ Snapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ Snapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot Snapshot { get; }
member this.Snapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property Snapshot As ITextSnapshot

Property Value

The ITextSnapshot on which this map is based.

Applies to