Sdílet prostřednictvím


DebugEventHandler – delegát

Představuje metodu, která bude zpracovávat události ladění.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje delegáty.

Parametry

Viz také

Referenční dokumentace

Microsoft.VisualStudio.TestTools.Common – obor názvů

DebugOperationResult