interface XInterfaceMemberTypeDescription in module com::sun::star::reflection::

(Global Index)

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 Summary

getMemberName

getPosition

Method Details



getMemberName

Syntax

string getMemberName ();

Description

Returns

the name of the member

getPosition

Syntax

long getPosition ();

Description

Returns

the position of this method in the interface definition plus the count of members in the base interface.
Top of Page