DkmBoundBreakpoint.Target Property

Definition

[Optional] The low-level runtime breakpoint which backs this high-level bound breakpoint.

public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ Target { Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ get(); };
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint Target { get; }
member this.Target : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint
Public ReadOnly Property Target As DkmRuntimeBreakpoint

Property Value

Returns DkmRuntimeBreakpoint.

Applies to