Condividi tramite


IDebugBoundBreakpoint3.SetTracepoint Method

Definition

Overloads

SetTracepoint(String, enum_BP_FLAGS)

public:
 int SetTracepoint(System::String ^ bpBstrTracepoint, Microsoft::VisualStudio::Debugger::Interop::enum_BP_FLAGS bpFlags);
public int SetTracepoint(string bpBstrTracepoint, Microsoft.VisualStudio.Debugger.Interop.enum_BP_FLAGS bpFlags);
abstract member SetTracepoint : string * Microsoft.VisualStudio.Debugger.Interop.enum_BP_FLAGS -> int
Public Function SetTracepoint (bpBstrTracepoint As String, bpFlags As enum_BP_FLAGS) As Integer

Parameters

bpBstrTracepoint
String
bpFlags
enum_BP_FLAGS

Returns

Applies to

SetTracepoint(String, UInt32)

public:
 int SetTracepoint(System::String ^ bpBstrTracepoint, System::UInt32 bpFlags);
public int SetTracepoint(string bpBstrTracepoint, uint bpFlags);
abstract member SetTracepoint : string * uint32 -> int
Public Function SetTracepoint (bpBstrTracepoint As String, bpFlags As UInteger) As Integer

Parameters

bpBstrTracepoint
String
bpFlags
UInt32

Returns

Applies to