Inherits IDispatch.
Properties | |
IWriteContainer | Item ([in] VARIANT containerId) [get] |
Definition of the IWriteContainers interface which is a collection of IWriteContainer objects.
Use the IWriteContainers interface to get the references of a IWriteContainer object. IWriteContainer 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 73 of file IWriteContainers.idl.
|
get |
This property returns a IWriteContainer object given by name of the container.
[in] | containerId | The name (e.g. "myContainer1") of the container to get or create the interface for. |
[out] | ppModule | Returns the IWriteContainer object of the given container. |