IVsDebuggerDelayedEnterBreak.Subscribe 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 Subscribe(System::UInt32 priority, Microsoft::VisualStudio::Debugger::Interop::IVsDebuggerDelayedEnterBreakSink ^ pEventsSink);
public int Subscribe(uint priority, Microsoft.VisualStudio.Debugger.Interop.IVsDebuggerDelayedEnterBreakSink pEventsSink);
abstract member Subscribe : uint32 * Microsoft.VisualStudio.Debugger.Interop.IVsDebuggerDelayedEnterBreakSink -> int
Public Function Subscribe (priority As UInteger, pEventsSink As IVsDebuggerDelayedEnterBreakSink) As Integer
Parameters
- priority
- UInt32
- pEventsSink
- IVsDebuggerDelayedEnterBreakSink