IDebugBreakpointUnboundEvent2.GetBreakpoint(IDebugBoundBreakpoint2) 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 GetBreakpoint([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugBoundBreakpoint2 ^ % ppBP);
public int GetBreakpoint(out Microsoft.VisualStudio.Debugger.Interop.IDebugBoundBreakpoint2 ppBP);
abstract member GetBreakpoint : IDebugBoundBreakpoint2 -> int
Public Function GetBreakpoint (ByRef ppBP As IDebugBoundBreakpoint2) As Integer