Condividi tramite


Proprietà DebugRequestMessage.DebugEventHandler

Ottiene il metodo DebugEventHandler che verrà chiamato al termine dell'operazione di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DebugEventHandler As DebugEventHandler
    Get
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
    DebugEventHandler^ get ();
}
member DebugEventHandler : DebugEventHandler
function get DebugEventHandler () : DebugEventHandler

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
Oggetto DebugEventHandler.

Note

Se un adattatore dell'agente invia la richiesta di debug, l'adattatore attende la risposta per un tempo limitato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DebugRequestMessage Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

DebugEventHandler