Click or drag to resize
Task Scheduler Managed Class Library

ITaskDefinitionEditor Interface

Represents a UI element that can edit task settings

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public interface ITaskDefinitionEditor
Request Example

The ITaskDefinitionEditor type exposes the following members.

Properties
 NameDescription
Public propertyEditable Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.
Public propertyIsV2 Gets or sets a value indicating whether this task definition is v2.
Public propertyShowErrors Gets or sets a value indicating whether errors are shown in the UI.
Public propertyTaskDefinition Gets the TaskDefinition in its edited state.
Public propertyTaskService Gets the TaskService assigned at initialization.
Top
Methods
 NameDescription
Public methodReinitializeControls Reinitializes all the controls based on current TaskDefinition values.
Top
See Also