DebugEventHandler-Delegat
Stellt die Methode dar, die das Debugereignis behandelt.
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 unterstützt keine Delegaten.
Parameter
- result
Typ: Microsoft.VisualStudio.TestTools.Common.DebugOperationResult
Ein DebugOperationResult-Objekt, das Informationen über das Testergebnis enthält.