Partilhar via


Propriedade DebugRequestMessage.DebugEventHandler

Obtém o DebugEventHandler método será chamado depois que a operação de teste for concluída.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public ReadOnly Property DebugEventHandler As DebugEventHandler
    Get
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
    DebugEventHandler^ get ();
}
member DebugEventHandler : DebugEventHandler
function get DebugEventHandler () : DebugEventHandler

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
A DebugEventHandler objeto.

Comentários

Se um adaptador de agente envia a solicitação de depuração, o adaptador aguarda por um tempo limitado por uma resposta.

Segurança do .NET Framework

Consulte também

Referência

DebugRequestMessage Classe

Namespace Microsoft.VisualStudio.TestTools.Common

DebugEventHandler