SaveMacros Method
SaveMacros(Stream)
Saves the macro records to the given stream in xml format.
Declaration
public virtual void SaveMacros(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The Stream object to write the text. |
SaveMacros(TextWriter)
Saves the macro records to the given stream in xml format.
Declaration
public virtual void SaveMacros(TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | The TextWriter object to write macros to stream. |
SaveMacros(String)
Saves the macro records to the given file in xml format.
Declaration
public virtual void SaveMacros(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | Name of file to save macros. |