 | TriggerCollectionContainsType Method |
Determines whether the specified trigger type is contained in this collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic bool ContainsType(
Type triggerType
)
Public Function ContainsType (
triggerType As Type
) As Boolean
public:
bool ContainsType(
Type^ triggerType
)
Request Example
View SourceParameters
- triggerType
- Type: SystemType
Type of the trigger.
Return Value
Type:
Booleantrue if the specified trigger type is contained in this collection; otherwise,
false.
See Also