SnapshotPoint.CompareTo-Methode
Bestimmt, ob diese Momentaufnahme identisch mit einem zweiten Momentaufnahmepunkt ist.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As SnapshotPoint _
) As Integer
public int CompareTo(
SnapshotPoint other
)
public:
virtual int CompareTo(
SnapshotPoint other
) sealed
abstract CompareTo :
other:SnapshotPoint -> int
override CompareTo :
other:SnapshotPoint -> int
public final function CompareTo(
other : SnapshotPoint
) : int
Parameter
other
Typ: Microsoft.VisualStudio.Text.SnapshotPointIm zweiten Momentaufnahmepunkt.
Rückgabewert
Typ: Int32
Eine negative ganze Zahl, wenn die Position dieses Momentaufnahmepunkts vor dem zweiten Momentaufnahmepunkt auftritt, eine positive ganze Zahl, wenn die Position dieses Momentaufnahmepunkts vor dem zweiten Momentaufnahmepunkt auftritt, und 0 (null), wenn die Positionen gleich sind.
Implementiert
IComparable.CompareTo(UTP)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.