IDebugSession2.GetStoppingModel 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
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
Applies to
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[]