SnapshotLineTransform 委托

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
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 不支持委托。

参数

  • currentText
    类型:String

返回值

类型:String

请参阅

参考

Microsoft.VisualStudio.Text.Differencing 命名空间