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)

public:
property SnapshotSpan SnapshotSpan {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The snapshot span.

Return to top
Show: