Method SaveMacros
SaveMacros(Stream)
Saves the macro records to the given stream in xml format.
public virtual void SaveMacros(Stream stream)
Parameters
stream
StreamThe 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
writer
TextWriterThe 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
fileName
stringName of file to save macros.