IRemoteDebugApplicationEvents.OnBreakFlagChange Method

Definition

public:
 int OnBreakFlagChange(System::UInt32 abf, Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplicationThread ^ prdatSteppingThread);
public int OnBreakFlagChange (uint abf, Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread prdatSteppingThread);
abstract member OnBreakFlagChange : uint32 * Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread -> int
Public Function OnBreakFlagChange (abf As UInteger, prdatSteppingThread As IRemoteDebugApplicationThread) As Integer

Parameters

abf
UInt32
prdatSteppingThread
IRemoteDebugApplicationThread

Returns

Int32

Applies to