다음을 통해 공유


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 네임스페이스