Task.OutlineChildren Property
Project Developer Reference |
Returns a Tasks collection representing the children of a task in the outline. Read-only Object.
Syntax
expression.OutlineChildren
expression A variable that represents a Task object.
Return Value
Tasks
Example
The following example displays the names of all tasks at the same outline level as the selected task.
Visual Basic for Applications |
---|
|
See Also