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 不支持委托。
参数
- result
类型:Microsoft.VisualStudio.TestTools.Common.DebugOperationResult
一个包含测试结果信息的 DebugOperationResult 对象。