Partager via


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

  • currentText
    Type : String

Valeur de retour

Type : String

Voir aussi

Référence

Microsoft.VisualStudio.Text.Differencing, espace de noms