Click or drag to resize
Task Scheduler Managed Class Library

TaskDefinitionGetV1SchemaFile Method

Gets the XML Schema file for V1 tasks.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public static XmlSchemaComplexType GetV1SchemaFile(
	XmlSchemaSet xs
)
Request Example View Source

Parameters

xs  XmlSchemaSet
The XmlSchemaSet for V1 tasks.

Return Value

XmlSchemaComplexType
An object containing the XML Schema for V1 tasks.
See Also