 | 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.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TaskCollection Tasks { get; set; }
Public Property Tasks As TaskCollection
Get
Set
public:
property TaskCollection^ Tasks {
TaskCollection^ get ();
void set (TaskCollection^ value);
}
Request Example
View SourceProperty Value
Type:
TaskCollectionThe tasks.
See Also