typedef PropertyValues in module com::sun::star::beans::

(Global Index)

Syntax

typedef sequence< com::sun::star::beans::PropertyValue >  PropertyValues;

Description

specifies a sequence of PropertyValue instances.

Such sequences are especially useful for remote interfaces.

Top of Page