Inherits IDispatch.
Properties | |
IReadContainer | Item ([in] VARIANT containerId) [get] |
Definition of the IReadContainers interface which is a collection of IReadContainer objects.
Use the IReadContainers interface to get the references of an IReadContainer object. IReadContainer objects are referenced by their name. Use any string identifier to access the corresponding buffer. If the container does not exist, it will be created.
Definition at line 74 of file IReadContainers.idl.
|
get |
This property returns a IReadContainer object given by name of the container.
[in] | containerId | The name (e.g. "myContainer1") of the container to get or create the interface. |
[out] | ppModule | Returns the IReadContainer object of the given container. |