VirtualSnapshotSpan.SnapshotSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.