IDkmTaskProvider.GetChildTasks(DkmTask) Method
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.
Returns children tasks.
public:
cli::array <Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTask ^> ^ GetChildTasks(Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTask ^ task);
public Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask[] GetChildTasks (Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask task);
public Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask[]? GetChildTasks (Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask task);
abstract member GetChildTasks : Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask[]
Public Function GetChildTasks (task As DkmTask) As DkmTask()
Parameters
- task
- DkmTask
[In] Represents either a managed TPL task or a native Concurrency Runtime task.
Returns
DkmTask[]
[Out] TODO.