Share via


DebugRequestMessage.DebugEventHandler Property

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

Syntax

'Declaration
Public ReadOnly Property DebugEventHandler As DebugEventHandler
'Usage
Dim instance As DebugRequestMessage 
Dim value As DebugEventHandler 

value = instance.DebugEventHandler
public DebugEventHandler DebugEventHandler { get; }
public:
property DebugEventHandler^ DebugEventHandler {
    DebugEventHandler^ get ();
}
public function get DebugEventHandler () : DebugEventHandler

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.DebugEventHandler

.NET Framework Security

See Also

Reference

DebugRequestMessage Class

DebugRequestMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace