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 オブジェクト。