Share via


DebugRequestMessage.DebugEventHandler Property

Definition

Gets the DebugEventHandler method that will be called after the test operation is finished.

public:
 property Microsoft::VisualStudio::TestTools::Common::DebugEventHandler ^ DebugEventHandler { Microsoft::VisualStudio::TestTools::Common::DebugEventHandler ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.DebugEventHandler DebugEventHandler { get; }
member this.DebugEventHandler : Microsoft.VisualStudio.TestTools.Common.DebugEventHandler
Public ReadOnly Property DebugEventHandler As DebugEventHandler

Property Value

A DebugEventHandler object.

Applies to