Freigeben über


ISnapshotDifference.FindMatchOrDifference-Methode

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

Parameter

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

ISnapshotDifference Schnittstelle

Microsoft.VisualStudio.Text.Differencing-Namespace