Share via


IDkmNatvisRecursionLimitChangedNotification Interface

Definition

Interface to update components when changing the natvis recursion 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 IDkmNatvisRecursionLimitChangedNotification
type IDkmNatvisRecursionLimitChangedNotification = interface
Public Interface IDkmNatvisRecursionLimitChangedNotification

Methods

OnNatvisRecursionLimitChanged(DkmNativeEESettings)

Called when NatvisRecursionLimit is changed.

Applies to