Compartilhar via


Método SnapshotPoint.Difference

Calcula o deslocamento entre este ponto de snapshot e outro ponto do instantâneo.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Int32
O deslocamento entre os dois pontos, equivalentes aother.Position - this.Position.

Exceções

Exceção Condição
ArgumentException

Os dois pontos não pertencem ao mesmo snapshot.

Segurança do .NET Framework

Consulte também

Referência

SnapshotPoint Estrutura

Namespace Microsoft.VisualStudio.Text