Share via


IDebugPendingBreakpoint3 Interface

Definition

public interface class IDebugPendingBreakpoint3 : Microsoft::VisualStudio::Debugger::Interop::IDebugPendingBreakpoint2
[System.Runtime.InteropServices.Guid("96643D32-2624-479A-9F1A-25D02030DD3B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPendingBreakpoint3 : Microsoft.VisualStudio.Debugger.Interop.IDebugPendingBreakpoint2
[<System.Runtime.InteropServices.Guid("96643D32-2624-479A-9F1A-25D02030DD3B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPendingBreakpoint3 = interface
    interface IDebugPendingBreakpoint2
Public Interface IDebugPendingBreakpoint3
Implements IDebugPendingBreakpoint2
Attributes
Implements

Methods

Bind()
CanBind(IEnumDebugErrorBreakpoints2)
Delete()
Enable(Int32)
EnumBoundBreakpoints(IEnumDebugBoundBreakpoints2)
EnumErrorBreakpoints(enum_BP_ERROR_TYPE, IEnumDebugErrorBreakpoints2)
EnumErrorBreakpoints(UInt32, IEnumDebugErrorBreakpoints2)
GetBreakpointRequest(IDebugBreakpointRequest2)
GetErrorResolutionInfo(enum_BPERESI_FIELDS, BP_ERROR_RESOLUTION_INFO[])
GetErrorResolutionInfo(UInt32, BP_ERROR_RESOLUTION_INFO[])
GetState(PENDING_BP_STATE_INFO[])
SetCondition(BP_CONDITION)
SetPassCount(BP_PASSCOUNT)
Virtualize(Int32)

Applies to