IDkmDataBreakpointInfoProvider160 Interface

Definition

Extension to IDkmDataBreakpointInfoProvider to allow expression evaluators to provide a display name for data breakpoints.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, EngineId, LanguageId, RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public interface class IDkmDataBreakpointInfoProvider160
public interface IDkmDataBreakpointInfoProvider160
type IDkmDataBreakpointInfoProvider160 = interface
Public Interface IDkmDataBreakpointInfoProvider160

Methods

GetDataBreakpointDisplayName(DkmSuccessEvaluationResult)

Gets the data breakpoint display name for the evaluation result.

Applies to