Partager via


SnapshotPoint.Difference, méthode

Calcule l'offset entre ce point d'instantané et un point d'instantané différent.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Function Difference ( _
    other As SnapshotPoint _
) As Integer
public int Difference(
    SnapshotPoint other
)
public:
int Difference(
    SnapshotPoint other
)
member Difference : 
        other:SnapshotPoint -> int
public function Difference(
    other : SnapshotPoint
) : int

Paramètres

Valeur de retour

Type : Int32
L'offset entre les deux points, équivaut à other.Position - this.Position.

Exceptions

Exception Condition
ArgumentException

Les deux points n'appartiennent pas au même instantané.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotPoint Structure

Microsoft.VisualStudio.Text, espace de noms