Condividi tramite


IDebugErrorBreakpointResolution2.GetBreakpointType Method

Definition

Overloads

GetBreakpointType(enum_BP_TYPE[])

public:
 int GetBreakpointType(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_BP_TYPE> ^ pBPType);
public int GetBreakpointType(Microsoft.VisualStudio.Debugger.Interop.enum_BP_TYPE[] pBPType);
abstract member GetBreakpointType : Microsoft.VisualStudio.Debugger.Interop.enum_BP_TYPE[] -> int
Public Function GetBreakpointType (pBPType As enum_BP_TYPE()) As Integer

Parameters

pBPType
enum_BP_TYPE[]

Returns

Applies to

GetBreakpointType(UInt32)

public:
 int GetBreakpointType([Runtime::InteropServices::Out] System::UInt32 % pBPType);
public int GetBreakpointType(out uint pBPType);
abstract member GetBreakpointType : uint32 -> int
Public Function GetBreakpointType (ByRef pBPType As UInteger) As Integer

Parameters

pBPType
UInt32

Returns

Applies to