DkmTask.ContinuationFrames Property

Definition

[Optional] The continuation frames of this task, if any.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^> ^ ContinuationFrames { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame> ContinuationFrames { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame>? ContinuationFrames { get; }
member this.ContinuationFrames : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame>
Public ReadOnly Property ContinuationFrames As ReadOnlyCollection(Of DkmManagedReturnStackFrame)

Property Value

Applies to