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
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
DebugEventHandler^ get ();
}
member DebugEventHandler : DebugEventHandler with get
function get DebugEventHandler () : DebugEventHandler
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
Un 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.