IDebugBreakpointRequest2.GetLocationType 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
GetLocationType(enum_BP_LOCATION_TYPE[])
public:
int GetLocationType(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_BP_LOCATION_TYPE> ^ pBPLocationType);
public int GetLocationType(Microsoft.VisualStudio.Debugger.Interop.enum_BP_LOCATION_TYPE[] pBPLocationType);
abstract member GetLocationType : Microsoft.VisualStudio.Debugger.Interop.enum_BP_LOCATION_TYPE[] -> int
Public Function GetLocationType (pBPLocationType As enum_BP_LOCATION_TYPE()) As Integer
Parameters
- pBPLocationType
- enum_BP_LOCATION_TYPE[]
Returns
Applies to
GetLocationType(UInt32)
public:
int GetLocationType([Runtime::InteropServices::Out] System::UInt32 % pBPLocationType);
public int GetLocationType(out uint pBPLocationType);
abstract member GetLocationType : uint32 -> int
Public Function GetLocationType (ByRef pBPLocationType As UInteger) As Integer
Parameters
- pBPLocationType
- UInt32