19 #ifndef __com_sun_star_beans_XPropertySetInfo_idl__
20 #define __com_sun_star_beans_XPropertySetInfo_idl__
30 module
com { module sun { module star { module beans {
52 sequence<com::sun::star::beans::Property> getProperties();
75 boolean hasPropertyByName( [in]
string Name );
This structure describes a property.
Definition: Property.idl:37
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
specifies a set of properties.
Definition: XPropertySetInfo.idl:45
base interface of all UNO interfaces
Definition: XInterface.idl:47