DkmTask.ContinuationFrames Свойство
Определение
Используемых Кадры продолжения этой задачи, если таковые имеются.[Optional] The continuation frames of this task, if any.
Этот API появился в Visual Studio 15 с обновлением 8 (Дкмапиверсион. VS15Update8).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; }
member this.ContinuationFrames : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame>
Public ReadOnly Property ContinuationFrames As ReadOnlyCollection(Of DkmManagedReturnStackFrame)