EventQueryCQueryCSelectWriteXml Method

Converts an object into its XML representation.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public void WriteXml(
	XmlWriter writer
)

Parameters

writer  XmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)

See Also