TriggerCollectionContainsType Method

Determines whether the specified trigger type is contained in this collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool ContainsType(
	Type triggerType
)

Parameters

triggerType  Type
Type of the trigger.

Return Value

Boolean
true if the specified trigger type is contained in this collection; otherwise, false.

See Also