ExecutionViewMgr.ConnectExecutionList
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ExecutionViewMgr.ConnectExecutionList
Syntax
ExecutionViewMgr.ConnectExecutionList( uiObj)
Return Value
A reference to an object that represents the new connection. Discarding the reference does not affect the connection. When the object is already connected to this type of connection, the existing connection is returned.
Purpose
Connects a ComboBox , ListBarPage , or ListBox control to the list of running executions. The connected item displays the executions and allows the user to select an execution in the ExecutionView Manager control.
Remarks
To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.ExecutionList property to obtain the ExecutionListConnections collection.
Parameters
uiObj As Object
[In] Use a ComboBox , ListBarPage , or ListBox to display the list of executions.