:: com :: sun :: star :: beans ::

interface XProperty
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XProperty
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Is implemented by objects that also are a property of some other object.

Provides access to traits of this object that would otherwise only be available from a containing ::com::sun::star::beans::XPropertySet via its ::com::sun::star::beans::XPropertySetInfo .


Methods' Summary
getAsProperty  
Methods' Details
getAsProperty
::com::sun::star::beans::Property
getAsProperty();

Returns
the specification of this object as ::com::sun::star::beans::Property .
Top of Page