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
- result
Typ: Microsoft.VisualStudio.TestTools.Common.DebugOperationResult
A DebugOperationResult obiekt, który zawiera informacje o wyniku badania.