Data of Class _typelib_InterfaceAttributeTypeDescription
- aBase
- typelib_InterfaceMemberTypeDescription aBase;
- Summary
- inherits all members of typelib_InterfaceMemberTypeDescription
- bReadOnly
- sal_Bool bReadOnly;
- Summary
- determines whether attribute is read only
- pAttributeTypeRef
- typelib_TypeDescriptionReference * pAttributeTypeRef;
- Summary
- type of the attribute
- pInterface
- _typelib_InterfaceTypeDescription * pInterface;
- Summary
- the interface description this attribute is a member of
- Since
- #i21150#
- pBaseRef
- typelib_TypeDescriptionReference * pBaseRef;
- Summary
- the inherited direct base attribute (null for an attribute that is not
inherited)
- Since
- UDK 3.2.0
- nIndex
- sal_Int32 nIndex;
- Description
- if pBaseRef is null, the member position of this attribute within
pInterface, not counting members inherited from bases; if pBaseRef is
not null, the index of the direct base within pInterface from which this
attribute is inherited
- Since
- UDK 3.2.0
- nGetExceptions
- sal_Int32 nGetExceptions;
- Summary
- number of getter exceptions
- Since
- UDK 3.2.0
- ppGetExceptions
- typelib_TypeDescriptionReference * * ppGetExceptions;
- Summary
- array of getter exception types
- Since
- UDK 3.2.0
- nSetExceptions
- sal_Int32 nSetExceptions;
- Summary
- number of setter exceptions
- Since
- UDK 3.2.0
- ppSetExceptions
- typelib_TypeDescriptionReference * * ppSetExceptions;
- Summary
- array of setter exception types
- Since
- UDK 3.2.0
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.