IVsCustomDebuggerEventHandler110.OnCustomDebugEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int OnCustomDebugEvent(Guid % ProcessId, Microsoft::VisualStudio::Debugger::Interop::VsComponentMessage message);
public int OnCustomDebugEvent(ref Guid ProcessId, Microsoft.VisualStudio.Debugger.Interop.VsComponentMessage message);
abstract member OnCustomDebugEvent : Guid * Microsoft.VisualStudio.Debugger.Interop.VsComponentMessage -> int
Public Function OnCustomDebugEvent (ByRef ProcessId As Guid, message As VsComponentMessage) As Integer
Parameters
- ProcessId
- Guid
- message
- VsComponentMessage