Udostępnij za pośrednictwem


Delegat DebugEventHandler

Reprezentuje metodę, która będzie obsługiwać zdarzenie debugowania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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
Język JScript nie obsługuje delegatów.

Parametry

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

DebugOperationResult