SnapshotPoint Operators

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(SnapshotPoint, Int32)

Increments the position of a snapshot point.

System_CAPS_puboperatorSystem_CAPS_staticEquality(SnapshotPoint, SnapshotPoint)

Determines whether this snapshot point is the same as a second snapshot point.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(SnapshotPoint, SnapshotPoint)

Determines whether the position of one snapshot point is greater than the position of a second snapshot point.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(SnapshotPoint to Int32)

Implicitly converts the snapshot point to an integer equal to the position of the snapshot point in the snapshot.

System_CAPS_puboperatorSystem_CAPS_staticInequality(SnapshotPoint, SnapshotPoint)

Determines whether this snapshot point is different from a second snapshot point.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(SnapshotPoint, SnapshotPoint)

Determines whether the position of the left point is less than the position of the right point.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(SnapshotPoint, Int32)

Decrements the position of a snapshot point.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(SnapshotPoint, SnapshotPoint)

Calculates the offset between two SnapshotPoint objects.

Return to top
Show: