Attachmate.Reflection.Emulation.OpenSystems Namespace > IMacro Interface : GetMacroNames Method |
'Declaration
Function GetMacroNames( _ ByVal macroSource As ProjectOption _ ) As String()
'Usage
Dim instance As IMacro Dim macroSource As ProjectOption Dim value() As String value = instance.GetMacroNames(macroSource)
string[] GetMacroNames( ProjectOption macroSource )