SnapshotLineTransform, délégué
Espace de noms : Microsoft.VisualStudio.Text.Differencing
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les délégués.
Paramètres
- line
Type : Microsoft.VisualStudio.Text.ITextSnapshotLine
- currentText
Type : String
Valeur de retour
Type : String