Enumerates the root tasks managed by this TaskManager.
The dependency property is RootNodes.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public IEnumerable<Task> RootTasks { get; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public ReadOnly Property RootTasks As IEnumerable(Of Task) |