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.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public TaskCollection Tasks { get; set; }
Property Value
TaskCollectionThe tasks.