SnapshotPoint Methods
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Int32) | Creates a new snapshot point at the specified offset from this point. |
![]() | CompareTo(SnapshotPoint) | Determines whether this snapshot is the same as a second snapshot point. |
![]() | Difference(SnapshotPoint) | Calculates the offset between this snapshot point and another snapshot point. |
![]() | Equals(Object^) | Determines whether this snapshot point is the same as a second snapshot point.(Overrides ValueType::Equals(Object^).) |
![]() | GetChar() | Gets the character at the position of this snapshot point. |
![]() | GetContainingLine() | Gets the ITextSnapshotLine containing this snapshot point. |
![]() | GetHashCode() | Serves as a hash function for this type.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Subtract(Int32) | Creates a new snapshot point at the specified negative offset from this point. |
![]() | ToString() | Converts this snapshot point to a string.(Overrides ValueType::ToString().) |
![]() | TranslateTo(ITextSnapshot^, PointTrackingMode) | Translates this snapshot point to a different snapshot of the same ITextBuffer. |
