DebugEventHandler Delegate
Represents the method that will handle the debug event.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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 does not support delegates.
Parameters
result
Type: Microsoft.VisualStudio.TestTools.Common.DebugOperationResultA DebugOperationResult object that contains test result information.