Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attaches an instance of the COM class to a COM interface.
Syntax
public void attach(ComInterface interface)
Run On
Called
Parameters
- interface
Type: ComInterface Extended Data Type
The interface to attach to the instance of the COM class.
Remarks
This method is provided because some COM objects can be instantiated only by other COM objects and cannot be instantiated directly by the COM class.