JAMS Developer Guide
LoadMacros Method


MVPSI.JAMS Namespace > Macro Class : LoadMacros Method
Load a MacroCollection from an XML stream.
Syntax
'Declaration
 
Public Shared Function LoadMacros( _
   ByVal macroReader As System.IO.TextReader _
) As System.Collections.Generic.Dictionary(Of String,Macro)
'Usage
 
Dim macroReader As System.IO.TextReader
Dim value As System.Collections.Generic.Dictionary(Of String,Macro)
 
value = Macro.LoadMacros(macroReader)
public static System.Collections.Generic.Dictionary<string,Macro> LoadMacros( 
   System.IO.TextReader macroReader
)

Parameters

macroReader
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Macro Class
Macro Members