Syntax
interface XInterfaceMemberTypeDescription : com::sun::star::reflection::XTypeDescription ;
Description
The type description of a member (method or attribute) of an interface.
The type class of this description is TypeClass_INTERFACE_METHOD or
TypeClass_INTERFACE_ATTRIBUTE.
Method Details
|
|
Syntax
- string getMemberName
();
Returns
- the name of the member
Syntax
- long getPosition
();
Returns
- the position of this method in the interface definition
plus the count of members in the base interface.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.