 | TaskShowEditor Method |
Dynamically tries to load the assembly for the editor and displays it as editable for this task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
SyntaxPublic Function ShowEditor As Boolean
public:
bool ShowEditor()
Request Example
View SourceReturn Value
Type:
Booleantrue if editor returns with OK response;
false otherwise.
Remarks
The Microsoft.Win32.TaskSchedulerEditor.dll assembly must reside in the same directory as the Microsoft.Win32.TaskScheduler.dll
or in the GAC.
See Also