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