TaskListViewTasks Property

Gets or sets the tasks. When setting, be aware that if the collection is empty, the list will not be updated with newly added tasks. For a list view that is self-updating, this value must already contain tasks or use the Folder property.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public TaskCollection Tasks { get; set; }

Property Value

TaskCollection
The tasks.

See Also