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
Public Delegate Function IgnoreDifferencePredicate ( _
lineDifference As Difference, _
leftSnapshot As ITextSnapshot, _
rightSnapshot As ITextSnapshot _
) As Boolean
public delegate bool IgnoreDifferencePredicate(
Difference lineDifference,
ITextSnapshot leftSnapshot,
ITextSnapshot rightSnapshot
)
public delegate bool IgnoreDifferencePredicate(
Difference^ lineDifference,
ITextSnapshot^ leftSnapshot,
ITextSnapshot^ rightSnapshot
)
type IgnoreDifferencePredicate =
delegate of
lineDifference:Difference *
leftSnapshot:ITextSnapshot *
rightSnapshot:ITextSnapshot -> bool
JScript does not support delegates.
Parameters
- lineDifference
Type: Microsoft.VisualStudio.Text.Differencing.Difference
- leftSnapshot
Type: Microsoft.VisualStudio.Text.ITextSnapshot
- rightSnapshot
Type: Microsoft.VisualStudio.Text.ITextSnapshot
Return Value
Type: System.Boolean