DkmBoundBreakpoint.PendingBreakpoint Property

Definition

High level breakpoint object which is tied to a user-level construct (ex: source file, function name) which may map to zero or more code-level constructs (DkmBoundBreakpoint) and which may be tracked over time.

public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingBreakpoint ^ PendingBreakpoint { Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingBreakpoint ^ get(); };
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint PendingBreakpoint { get; }
member this.PendingBreakpoint : Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint
Public ReadOnly Property PendingBreakpoint As DkmPendingBreakpoint

Property Value

Returns DkmPendingBreakpoint.

Applies to