SnapshotLineTransform-Delegat
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Delegate Function SnapshotLineTransform ( _
line As ITextSnapshotLine, _
currentText As String _
) As String
public delegate string SnapshotLineTransform(
ITextSnapshotLine line,
string currentText
)
public delegate String^ SnapshotLineTransform(
ITextSnapshotLine^ line,
String^ currentText
)
type SnapshotLineTransform =
delegate of
line:ITextSnapshotLine *
currentText:string -> string
JScript unterstützt keine Delegaten.
Parameter
- currentText
Typ: String
Rückgabewert
Typ: String