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 物件,包含測試結果資訊。