TaskItemGetDescendants Method
Return a list of the specified task and all of its relations.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static List<TaskItem> GetDescendants(
TaskItem task
)
Public Shared Function GetDescendants (
task As TaskItem
) As List(Of TaskItem)
No code example is currently available or this language may not be supported.
- task TaskItem
-
Reference to the task whose descendants will be enumerated.
ListTaskItem
Reference to a collection of tasks representing the descendants of
the specified task, having the specified task is the first item in
the list.