IDkmNatvisComplexityLimitChangedNotification.OnNatvisComplexityLimitChanged Method
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.
Called when NatvisComplexityLimit is changed.
public void OnNatvisComplexityLimitChanged (Microsoft.VisualStudio.Debugger.DkmNativeEESettings engineNativeEESettings);
abstract member OnNatvisComplexityLimitChanged : Microsoft.VisualStudio.Debugger.DkmNativeEESettings -> unit
Public Sub OnNatvisComplexityLimitChanged (engineNativeEESettings As DkmNativeEESettings)
Parameters
- engineNativeEESettings
- DkmNativeEESettings
[In] Contains the configurations settings for the native expression evaluator.