SnapshotPoint::Addition Operator (SnapshotPoint, Int32)
Visual Studio 2015
Increments the position of a snapshot point.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- point
-
Type:
Microsoft.VisualStudio.Text::SnapshotPoint
The point from which to calculate the new position.
- offset
-
Type:
System::Int32
The offset of the new point.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The new point is less than zero or greater than Snapshot.Length. |
The SnapshotPoint.
Show: