DkmProcess.GetPendingBreakpoints 方法

定义

GetPendingBreakpoints 枚举此 DkmProcess 对象的 DkmPendingBreakpoint 元素。

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()

返回

DkmPendingBreakpoint[]

弄包含枚举元素的数组。

适用于