Condividi tramite


IDebugBoundBreakpoint2.GetState Method

Definition

Overloads

GetState(enum_BP_STATE[])

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

Parameters

pState
enum_BP_STATE[]

Returns

Applies to

GetState(UInt32)

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

Parameters

pState
UInt32

Returns

Applies to