VirtualSnapshotSpan.SnapshotSpan Property

Definition

Gets the non-virtual SnapshotSpan that this corresponds to.

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

Property Value

The snapshot span.

Applies to