Public Sub LoadFrom ( _ reader As XmlReader, _ context As SerializationContext _ )
Parameters
reader
Allows reading data from the XML document.
context
The context object contains the file format revision number of the schedule being loaded. It also allows getting locations, contacts and tasks by their string identifiers.
Remarks
Loads the state of a recurrence from an XML document, where it was previously saved via SaveTo.