Method SaveMacros
SaveMacros(Stream)
Saves the macro records to the given stream in xml format.
public virtual void SaveMacros(Stream stream)
Parameters
streamStreamThe Stream object to write the text.
SaveMacros(TextWriter)
Saves the macro records to the given stream in xml format.
public virtual void SaveMacros(TextWriter writer)
Parameters
writerTextWriterThe TextWriter object to write macros to stream.
SaveMacros(string)
Saves the macro records to the given file in xml format.
public virtual void SaveMacros(string fileName)
Parameters
fileNamestringName of file to save macros.