Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MacroEnumerationOption Enumeration


MacroEnumerationOption Enumeration
Indicates the source location of a macro.
Syntax
'Declaration
 
Public Enum MacroEnumerationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As MacroEnumerationOption
Members
MemberDescription
CommonProjectMacros come from Common VBA project.
DocumentMacros come from the current document's VBA project.
LegacyVBAProjectMacros from Legacy VBA Project
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.MacroEnumerationOption

See Also