Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / GetVBAReferences Method


In This Topic
GetVBAReferences Method (IIbmTerminal)
In This Topic
Retrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.
Syntax
'Declaration
 
Function GetVBAReferences() As String()
 
'Usage
 
Dim instance As IIbmTerminal
Dim value() As String
 
value = instance.GetVBAReferences()

Return Value

A string array that contains the referenced session file names.
See Also