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