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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.