 | ActionEditDialog Constructor (Action, Boolean, AvailableActions) |
Initializes a new instance of the
ActionEditDialog class with the provided action.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic ActionEditDialog(
Action action,
bool supportV1Only = false,
AvailableActions allowedActions = AvailableActions.AllActions
)
Public Sub New (
action As Action,
Optional supportV1Only As Boolean = false,
Optional allowedActions As AvailableActions = AvailableActions.AllActions
)
public:
ActionEditDialog(
Action^ action,
bool supportV1Only = false,
AvailableActions allowedActions = AvailableActions::AllActions
)
Request Example
View SourceParameters
- action
- Type: Microsoft.Win32.TaskSchedulerAction
The action. - supportV1Only (Optional)
- Type: SystemBoolean
true if supports V1 only; otherwise, false. - allowedActions (Optional)
- Type: Microsoft.Win32.TaskSchedulerAvailableActions
The allowed actions.
See Also