IDkmNatvisComplexityLimitChangedNotification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |