SnapshotSpan Methods
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(Int32) | Determines whether the position lies within the span. |
![]() | Contains(SnapshotPoint) | Determines whether the specified SnapshotPoint lies within the span. |
![]() | Contains(SnapshotSpan) | Determines whether the snapshot span falls completely within this span. |
![]() | Contains(Span) | Determines whether the specified span falls completely within this span. |
![]() | Equals(Object^) | Determines whether two snapshot spans are the same.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for this type.(Overrides ValueType::GetHashCode().) |
![]() | GetText() | The text contained by this snapshot span. |
![]() | GetType() | (Inherited from Object.) |
![]() | Intersection(SnapshotSpan) | Calculates the intersection with the given SnapshotSpan. |
![]() | Intersection(Span) | Calculates the intersection with the given span. |
![]() | IntersectsWith(SnapshotSpan) | Determines whether the specified snapshot span intersects this span. |
![]() | IntersectsWith(Span) | Determines whether the specified span intersects this span. |
![]() | Overlap(SnapshotSpan) | Gets the overlap with the given SnapshotSpan. |
![]() | Overlap(Span) | Getss the overlap with the given span. |
![]() | OverlapsWith(SnapshotSpan) | Determines whether another span overlaps this span. |
![]() | OverlapsWith(Span) | Determines whether simpleSpan overlaps this span. |
![]() | ToString() | Converts this snapshot span to a string.(Overrides ValueType::ToString().) |
![]() | TranslateTo(ITextSnapshot^, SpanTrackingMode) | Translates this snapshot span to a different snapshot of the same ITextBuffer. |
