Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: uno ::

interface XCurrentContext

Base Interface
com::sun::star::uno::XInterface

Description
Task local execution context for UNO. Arbitrary values can be retrieved from the context. Use UNO runtime functions to obtain the current context in your language.


Methods' Summary

getValueByName Gets a value from the context. You should carefully use the obtained value, because the current context (value container) lives only for the running task (i.e., often the executing thread) only!

Methods' Details

getValueByName
 
any
getValueByName(
[ in ] string Name );

Description
Gets a value from the context. You should carefully use the obtained value, because the current context (value container) lives only for the running task (i.e., often the executing thread) only!
Parameter Name
name of value
Returns
value

Top of Page