SnapshotPoint.Snapshot Property

Definition

Gets the ITextSnapshot to which this snapshot point refers.

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; }
public Microsoft.VisualStudio.Text.ITextSnapshot Snapshot { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.Snapshot : Microsoft.VisualStudio.Text.ITextSnapshot
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Snapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property Snapshot As ITextSnapshot

Property Value

The ITextSnapshot.

Attributes

Applies to