次の方法で共有


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