Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public ReadOnly Property DebugEventHandler As DebugEventHandler
'使用
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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.