Condividi tramite


IDebugSession2.SetStoppingModel Method

Definition

Overloads

SetStoppingModel(enum_STOPPING_MODEL)

public:
 int SetStoppingModel(Microsoft::VisualStudio::Debugger::Interop::enum_STOPPING_MODEL dwStoppingModel);
public int SetStoppingModel(Microsoft.VisualStudio.Debugger.Interop.enum_STOPPING_MODEL dwStoppingModel);
abstract member SetStoppingModel : Microsoft.VisualStudio.Debugger.Interop.enum_STOPPING_MODEL -> int
Public Function SetStoppingModel (dwStoppingModel As enum_STOPPING_MODEL) As Integer

Parameters

dwStoppingModel
enum_STOPPING_MODEL

Returns

Applies to

SetStoppingModel(UInt32)

public:
 int SetStoppingModel(System::UInt32 dwStoppingModel);
public int SetStoppingModel(uint dwStoppingModel);
abstract member SetStoppingModel : uint32 -> int
Public Function SetStoppingModel (dwStoppingModel As UInteger) As Integer

Parameters

dwStoppingModel
UInt32

Returns

Applies to