ApplicationMgr.ConnectAdapterList
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ApplicationMgr.ConnectAdapterList
Syntax
ApplicationMgr.ConnectAdapterList( uiObj)
Return Value
Purpose
Connects the list of adapters to a ComboBox , ListBarPage , or ListBox control. The connected control shows the adapters and allows the user to select an adapter as the default adapter of the TestStand Engine.
Remarks
To disconnect an existing connection, you must first obtain the ApplicationMgrConnections object from the ApplicationMgr.Connections property. Then, access the ApplicationMgrConnections.AdapterList property to obtain the AdapterListConnections collection.
Parameters
uiObj As Object
[In] Specifies the visible control or element of a visible control to display the list of adapters. Pass a ComboBox, ListBarPage, or ListBox.