Condividi tramite


IDebugBreakpointRequest3.GetLocationType Method

Definition

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

Implements

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

Returns

Implements

Applies to