Share via


IDebugSession3.GetStoppingModel Method

Definition

Overloads

GetStoppingModel(enum_STOPPING_MODEL[])

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

Parameters

pdwStoppingModel
enum_STOPPING_MODEL[]

Returns

Implements

Applies to

GetStoppingModel(UInt32)

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

Parameters

pdwStoppingModel
UInt32

Returns

Implements

Applies to