Share via


IDkmNatvisComplexityLimitChangedNotification Interface

Definition

Interface to update components when changing the natvis complexity limit.

Implementations of this interface are always called (no filtering is supported). To reduce memory impact, it is suggested that this interface be implemented in a small dll, or that the implementation is configured with 'CallOnlyWhenLoaded="true"'.

This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).

public interface IDkmNatvisComplexityLimitChangedNotification
type IDkmNatvisComplexityLimitChangedNotification = interface
Public Interface IDkmNatvisComplexityLimitChangedNotification

Methods

OnNatvisComplexityLimitChanged(DkmNativeEESettings)

Called when NatvisComplexityLimit is changed.

Applies to