|
1215 | 1215 | <param name="editable">If set to <c>true</c> the task will be editable in the dialog.</param>
|
1216 | 1216 | <param name="registerOnAccept">If set to <c>true</c> the task will be registered when OK is pressed.</param>
|
1217 | 1217 | </member>
|
1218 |
| - <member name="M:Microsoft.Win32.TaskScheduler.TaskEditDialog.#ctor(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition,System.Boolean,System.Boolean)"> |
| 1218 | + <member name="M:Microsoft.Win32.TaskScheduler.TaskEditDialog.#ctor(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition,System.Boolean,System.Boolean,System.String,System.String)"> |
1219 | 1219 | <summary>
|
1220 | 1220 | Initializes a new instance of the <see cref="T:Microsoft.Win32.TaskScheduler.TaskEditDialog" /> class.
|
1221 | 1221 | </summary>
|
1222 | 1222 | <param name="service">A <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.TaskService" /> instance.</param>
|
1223 | 1223 | <param name="td">An optional <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.TaskDefinition" />. Leaving null creates a new task.</param>
|
1224 | 1224 | <param name="editable">If set to <c>true</c> the task will be editable in the dialog.</param>
|
1225 | 1225 | <param name="registerOnAccept">If set to <c>true</c> the task will be registered when OK is pressed.</param>
|
| 1226 | + <param name="taskName">If set, assigns this name to the task's name field.</param> |
| 1227 | + <param name="taskFolder">If set, assigns this path to the task's folder.</param> |
1226 | 1228 | </member>
|
1227 | 1229 | <member name="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.AvailableTabs">
|
1228 | 1230 | <summary>
|
|
1251 | 1253 | </summary>
|
1252 | 1254 | <param name="task">A <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.Task" /> instance.</param>
|
1253 | 1255 | </member>
|
1254 |
| - <member name="M:Microsoft.Win32.TaskScheduler.TaskEditDialog.Initialize(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition)"> |
| 1256 | + <member name="M:Microsoft.Win32.TaskScheduler.TaskEditDialog.Initialize(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition,System.String,System.String)"> |
1255 | 1257 | <summary>
|
1256 | 1258 | Initializes the control for the editing of a new <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.TaskDefinition" />.
|
1257 | 1259 | </summary>
|
1258 | 1260 | <param name="service">A <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.TaskService" /> instance.</param>
|
1259 | 1261 | <param name="td">An optional <see cref="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.TaskDefinition" />. Leaving null creates a new task.</param>
|
| 1262 | + <param name="taskName">If set, assigns this name to the task's name field.</param> |
| 1263 | + <param name="taskFolder">If set, assigns this path to the task's folder.</param> |
1260 | 1264 | </member>
|
1261 | 1265 | <member name="P:Microsoft.Win32.TaskScheduler.TaskEditDialog.MaxHistoryCount">
|
1262 | 1266 | <summary>
|
|
1620 | 1624 | </summary>
|
1621 | 1625 | <param name="taskInstance">A <see cref="P:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.Task" /> instance.</param>
|
1622 | 1626 | </member>
|
1623 |
| - <member name="M:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.Initialize(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition)"> |
| 1627 | + <member name="M:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.Initialize(Microsoft.Win32.TaskScheduler.TaskService,Microsoft.Win32.TaskScheduler.TaskDefinition,System.String,System.String)"> |
1624 | 1628 | <summary>
|
1625 | 1629 | Initializes the control for the editing of a new <see cref="P:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.TaskDefinition" />.
|
1626 | 1630 | </summary>
|
1627 | 1631 | <param name="service">A <see cref="P:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.TaskService" /> instance.</param>
|
1628 | 1632 | <param name="taskDef">An optional <see cref="P:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.TaskDefinition" />. Leaving null creates a new task.</param>
|
| 1633 | + <param name="taskName">If set, assigns this name to the task's name field.</param> |
| 1634 | + <param name="taskFolder">If set, assigns this path to the task's folder.</param> |
1629 | 1635 | </member>
|
1630 | 1636 | <member name="P:Microsoft.Win32.TaskScheduler.TaskPropertiesControl.IsV2">
|
1631 | 1637 | <summary>
|
|
0 commit comments