IDebugErrorBreakpointResolution2.GetBreakpointType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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