Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Definition
Get
V
1Schema
File Method
Gets the XML Schema file for V1 tasks.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
static
XmlSchemaComplexType
GetV1SchemaFile
(
XmlSchemaSet
xs
)
Parameters
xs
XmlSchemaSet
The
XmlSchemaSet
for V1 tasks.
Return Value
XmlSchemaComplexType
An object containing the XML Schema for V1 tasks.
See Also
Reference
TaskDefinition Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
See Also