TriggerCollectionContainsType Method
Determines whether the specified trigger type is contained in this collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public bool ContainsType(
Type triggerType
)
- triggerType Type
- Type of the trigger.
Booleantrue if the specified trigger type is contained in this collection; otherwise,
false.