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
other
Type : Microsoft.VisualStudio.Text.SnapshotPointLe deuxième point d'instantané.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.