Syntax
interface XInvocation2 : com::sun::star::script::XInvocation ;
Description
Extension of XInvocation to provide additional information
about the methods and properties that are accessable via
XInvocation.
Method Details
|
|
Syntax
- sequence< string > getMemberNames
();
Returns
-
The names of all methods and properties accessable via XInvocation.
Syntax
- sequence< com::sun::star::script::InvocationInfo > getInfo
();
Returns
-
Information items for all methods and properties accessable via XInvocation.
See also
- Invocation
-
Syntax
- com::sun::star::script::InvocationInfo getInfoForName
(
- string aName,
- boolean bExact )
- raises ( com::sun::star::lang::IllegalArgumentException );
Returns
-
Information item for the method or property defined by aName
Parameter aName
-
specifies the name of the method or property
Parameter bExact
-
specifies the name of the method or property
Throws
- IllegalArgumentException
if aName is not the name of a supported method or property
See also
- Invocation
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.