Share via


DebugEventHandler 대리자

디버그 이벤트를 처리할 메서드를 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public Delegate Sub DebugEventHandler ( _
    result As DebugOperationResult _
)
public delegate void DebugEventHandler(
    DebugOperationResult result
)
public delegate void DebugEventHandler(
    DebugOperationResult^ result
)
type DebugEventHandler = 
    delegate of 
        result:DebugOperationResult -> unit
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

참고 항목

참조

Microsoft.VisualStudio.TestTools.Common 네임스페이스

DebugOperationResult