Table of Contents

Method SaveMacros

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

SaveMacros(Stream)

When implemented by a class, saves the macro records to the given stream in xml format.

void SaveMacros(Stream stream)

Parameters

stream Stream

The 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 TextWriter

The 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 string

Name of file to save macros.