Method SaveMacros
SaveMacros(Stream)
When implemented by a class, saves the macro records to the given stream in xml format.
void SaveMacros(Stream stream)
Parameters
stream
StreamThe Stream object to write the text.
SaveMacros(TextWriter)
When implemented by a class, saves the macro records to the given stream in xml format.
void SaveMacros(TextWriter writer)
Parameters
writer
TextWriterThe TextWriter object to write macros to stream.
SaveMacros(string)
When implemented by a class, saves the macro records to the given file in xml format.
void SaveMacros(string fileName)
Parameters
fileName
stringName of file to save macros.