Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XProperty

Base Interface
com::sun::star::uno::XInterface

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 XPropertySet via its XPropertySetInfo .



Known Services which Export this Interface

com::sun::star::configuration::HierarchyElement provides information about an element within a (by name) hierarchy.

Methods' Summary

getAsProperty

Methods' Details

getAsProperty
 
com::sun::star::beans::Property
getAsProperty();
Returns
the specification of this object as Property .

Top of Page