SnapshotPoint.Implicit(SnapshotPoint to Int32) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicitly converts the snapshot point to an integer equal to the position of the snapshot point in the snapshot.
public:
static operator int(Microsoft::VisualStudio::Text::SnapshotPoint snapshotPoint);
public static implicit operator int (Microsoft.VisualStudio.Text.SnapshotPoint snapshotPoint);
static member op_Implicit : Microsoft.VisualStudio.Text.SnapshotPoint -> int
Public Shared Widening Operator CType (snapshotPoint As SnapshotPoint) As Integer
Parameters
- snapshotPoint
- SnapshotPoint
The snapshot point.
Returns
The integer equal to the position of the snapshot point in the snapshot.