Delegato SnapshotLineTransform
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
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 non supporta i delegati.
Parametri
- currentText
Tipo: String
Valore restituito
Tipo: String