Hi Jürgen,
how is it possible to "navigate" via "theTypeDescriptionManager" to
"XInterfaceMemberTypeDescription", especially
"XInterfaceAttributeTypeDescription" and
"XInterfaceMethodTypeDescription"?
you use the XHierarchicalNameAccess.getByHierarchicalName(typename)
method of the TypeDescriptionManager (query for this interface). But
you can also use the XTypeDescriptionEnumerationAccess interface
When you ask for an interface you can query the returned object for an
XInterfaceTypeDescription. From XInterfaceTypeDescription use
getMembers to get all Methods and Attributes (which are
XInterfaceMemberTypeDescription). You can check the type with
getTypeClass of the parent interface XTypeDescritpion and so on...
Interesting and thank you very much again!
---rony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]