TaskItemFillDescendants Method
Fill the supplied target list with the descentant tasks specified in
the source.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static void FillDescendants(
List<TaskItem> source,
List<TaskItem> target
)
Public Shared Sub FillDescendants (
source As List(Of TaskItem),
target As List(Of TaskItem)
)
No code example is currently available or this language may not be supported.
Parameters
- source ListTaskItem
-
Reference to the base collection of descentant tasks to add to the
target list.
- target ListTaskItem
-
Reference to the target collection that will be receiving all of the
found items at every level.