IDkmStepOverPropertiesAndOperatorsEnableNotification.OnStepOverPropertiesAndOperatorsChanged Method

Definition

Called when 'IsStepOverPropertiesAndOperatorsEnabled' is changed.

public:
 void OnStepOverPropertiesAndOperatorsChanged(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public void OnStepOverPropertiesAndOperatorsChanged (Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member OnStepOverPropertiesAndOperatorsChanged : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> unit
Public Sub OnStepOverPropertiesAndOperatorsChanged (settings As DkmEngineSettings)

Parameters

settings
DkmEngineSettings

[In] Contains the session-wide debug settings. There is one instance of this object per engine Guid (ex: one instance for COMPlusOnlyEng2, one instance for COMPlusNativeEng).

Applies to