VirtualSnapshotSpan Methods
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(VirtualSnapshotPoint) | Determines whether or not the given virtual point is contained within this virtual span. |
![]() | Contains(VirtualSnapshotSpan) | Determines whether the specified virtual span falls completely within this virtual span. |
![]() | Equals(Object^) | Determines whether two VirtualSnapshotSpan objects are the same.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets the hash code for the object.(Overrides ValueType::GetHashCode().) |
![]() | GetText() | The text contained by this virtual snapshot span. |
![]() | GetType() | (Inherited from Object.) |
![]() | Intersection(VirtualSnapshotSpan) | Returns the intersection with the given virtual span. |
![]() | IntersectsWith(VirtualSnapshotSpan) | Determines whether the specified virtual span intersects this span. |
![]() | Overlap(VirtualSnapshotSpan) | Returns the overlap with the specified virtual span. |
![]() | OverlapsWith(VirtualSnapshotSpan) | Determines whether the specified span overlaps this span. |
![]() | ToString() | Converts the object to a string.(Overrides ValueType::ToString().) |
![]() | TranslateTo(ITextSnapshot^) | Translates this span to the specified snapshot. |
![]() | TranslateTo(ITextSnapshot^, SpanTrackingMode) | Translates this span to the specified snapshot with the given tracking mode. |
