DkmProcess.GetPendingBreakpoints Méthode

Définition

GetPendingBreakpoints énumère les éléments DkmPendingBreakpoint de cet objet DkmProcess.

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

Retours

DkmPendingBreakpoint[]

À Tableau contenant les éléments énumérés.

S’applique à