IDebugCanStopEvent2.GetReason 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
GetReason(enum_CANSTOP_REASON[])
public:
int GetReason(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_CANSTOP_REASON> ^ pcr);
public int GetReason(Microsoft.VisualStudio.Debugger.Interop.enum_CANSTOP_REASON[] pcr);
abstract member GetReason : Microsoft.VisualStudio.Debugger.Interop.enum_CANSTOP_REASON[] -> int
Public Function GetReason (pcr As enum_CANSTOP_REASON()) As Integer
Parameters
- pcr
- enum_CANSTOP_REASON[]