![]() |
Overview Retrieves the property name associated with an input index. Original class CORBA::ContextList Exceptions CORBA::SystemException
Intended Usage
The item method is used by a client program when querying the ContextList associated with a DII request. The item method returns the property name associated with an input index.
IDL Syntax
const char * item(CORBA::ULong index)
Input parameters
- index
- The index of the desired property name, starting at zero. A system exception is raised if the input index is greater than or equal to the number of elements in the context list.
Return values
- const char *
- The property name associated with the input index. Ownership of the return value is maintained by the ContextList; the return value must not be freed by the caller.