Freigeben über


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

Siehe auch

Referenz

Microsoft.VisualStudio.TestTools.Common-Namespace

DebugOperationResult