Share via


VirtualSnapshotSpan.SnapshotSpan Property

Gets the non-virtual snapshot span to which this span corresponds.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public ReadOnly Property SnapshotSpan As SnapshotSpan
public SnapshotSpan SnapshotSpan { get; }
public:
property SnapshotSpan SnapshotSpan {
    SnapshotSpan get ();
}
member SnapshotSpan : SnapshotSpan with get
function get SnapshotSpan () : SnapshotSpan

Property Value

Type: Microsoft.VisualStudio.Text.SnapshotSpan
The snapshot span.

.NET Framework Security

See Also

Reference

VirtualSnapshotSpan Structure

Microsoft.VisualStudio.Text Namespace