Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckTreeCheckItems Method

Checks the matching items.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public void CheckItems(
	Predicate<string> match,
	bool keepExisting = false
)
Request Example View Source

Parameters

match
Type: SystemPredicateString
The match.
keepExisting (Optional)
Type: SystemBoolean
if set to true keep existing checked items.
See Also