DkmStepper.CrossThreadParent Property
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.
[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