TaskDefinitionGetV1SchemaFile 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
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