SnapshotPoint::Add Method (Int32)
Visual Studio 2015
Creates a new snapshot point at the specified offset from this point.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- 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: