DkmPendingBreakpoint.GetBoundBreakpoints Method

Definition

GetBoundBreakpoints enumerates the DkmBoundBreakpoint elements of this DkmPendingBreakpoint object.

public:
 cli::array <Microsoft::VisualStudio::Debugger::Breakpoints::DkmBoundBreakpoint ^> ^ GetBoundBreakpoints();
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmBoundBreakpoint[] GetBoundBreakpoints ();
member this.GetBoundBreakpoints : unit -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmBoundBreakpoint[]
Public Function GetBoundBreakpoints () As DkmBoundBreakpoint()

Returns

[Out] Array containing the enumerated elements.

Applies to