 | TaskOptionsEditor Constructor (Task, Boolean, Boolean) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TaskOptionsEditor(
Task task,
bool editable = true,
bool registerOnAccept = true
)
Public Sub New (
task As Task,
Optional editable As Boolean = true,
Optional registerOnAccept As Boolean = true
)
public:
TaskOptionsEditor(
Task^ task,
bool editable = true,
bool registerOnAccept = true
)
Request Example
View SourceParameters
- task
- Type: Microsoft.Win32.TaskSchedulerTask
The task. - editable (Optional)
- Type: SystemBoolean
If set to true the task will be editable in the dialog. - registerOnAccept (Optional)
- Type: SystemBoolean
If set to true the task will be registered when OK is pressed.
See Also