IDebugPortEvents2.Event 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 Event(Microsoft::VisualStudio::Debugger::Interop::IDebugCoreServer2 ^ pServer, Microsoft::VisualStudio::Debugger::Interop::IDebugPort2 ^ pPort, Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ pProcess, Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pProgram, Microsoft::VisualStudio::Debugger::Interop::IDebugEvent2 ^ pEvent, Guid % riidEvent);
public int Event(Microsoft.VisualStudio.Debugger.Interop.IDebugCoreServer2 pServer, Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 pPort, Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 pProcess, Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pProgram, Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 pEvent, ref Guid riidEvent);
abstract member Event : Microsoft.VisualStudio.Debugger.Interop.IDebugCoreServer2 * Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 * Guid -> int
Public Function Event (pServer As IDebugCoreServer2, pPort As IDebugPort2, pProcess As IDebugProcess2, pProgram As IDebugProgram2, pEvent As IDebugEvent2, ByRef riidEvent As Guid) As Integer
Parameters
- pServer
- IDebugCoreServer2
- pPort
- IDebugPort2
- pProcess
- IDebugProcess2
- pProgram
- IDebugProgram2
- pEvent
- IDebugEvent2
- riidEvent
- Guid