interface XComponentEnumerationAccess in module com::sun::star::container::

(Global Index)

Syntax

interface XComponentEnumerationAccess : com::sun::star::container::XEnumerationAccess ;

Description

provides a factory for a typified enumeration through a collection of components.

Method Summary

createComponentEnumeration creates an instance of enumeration through components.

Method Details



createComponentEnumeration

Syntax

com::sun::star::container::XComponentEnumeration createComponentEnumeration ();

Description

creates an instance of enumeration through components.

Top of Page