Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Function FindMatchOrDifference ( _
point As SnapshotPoint, _
<OutAttribute> ByRef match As Match, _
<OutAttribute> ByRef difference As Difference _
) As Integer
int FindMatchOrDifference(
SnapshotPoint point,
out Match match,
out Difference difference
)
int FindMatchOrDifference(
SnapshotPoint point,
[OutAttribute] Match^% match,
[OutAttribute] Difference^% difference
)
abstract FindMatchOrDifference :
point:SnapshotPoint *
match:Match byref *
difference:Difference byref -> int
function FindMatchOrDifference(
point : SnapshotPoint,
match : Match,
difference : Difference
) : int
Parameters
- point
Type: Microsoft.VisualStudio.Text.SnapshotPoint
- match
Type: Microsoft.VisualStudio.Text.Differencing.Match%
- difference
Type: Microsoft.VisualStudio.Text.Differencing.Difference%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.