Share via


DkmStepper.CrossThreadParent Property

Definition

[Optional] If a new stepper is created using OnCrossThreadStepArbitration, the stepping manager will set this field to make it easy to get back to the original stepper if the cross thread step fails or needs to fallback. Deprecated. Use GetCrossThreadParent instead.

public:
 property Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ CrossThreadParent { Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ get(); };
public Microsoft.VisualStudio.Debugger.Stepping.DkmStepper CrossThreadParent { get; }
public Microsoft.VisualStudio.Debugger.Stepping.DkmStepper? CrossThreadParent { get; }
member this.CrossThreadParent : Microsoft.VisualStudio.Debugger.Stepping.DkmStepper
Public ReadOnly Property CrossThreadParent As DkmStepper

Property Value

Applies to