RunLegacyReflectionMacroFile Method (IMacro)
In This Topic
Runs the legacy Reflection macro that is in the specified macro file.
Syntax
'Declaration
Sub RunLegacyReflectionMacroFile( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As IMacro
Dim fileName As String
Dim macroData As String
instance.RunLegacyReflectionMacroFile(fileName, macroData)
void RunLegacyReflectionMacroFile(
string ,
string
)
Parameters
- fileName
- The name of a macro file. Include full path information if the macro file is not in the current folder.
- macroData
- An optional string to pass information to the macro.
See Also