SnapshotPoint Implicit Conversion (SnapshotPoint to Int32)
Visual Studio 2015
Implicitly converts the snapshot point to an integer equal to the position of the snapshot point in the snapshot.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- snapshotPoint
-
Type:
Microsoft.VisualStudio.Text::SnapshotPoint
The snapshot point.
Return Value
Type: System::Int32The integer equal to the position of the snapshot point in the snapshot.
Show: