LibreOffice
LibreOffice 24.2 SDK API Reference
|
Provides information about a formal parameter of a method. More...
import"ParamInfo.idl";
Public Attributes | |
string | aName |
name of the parameter More... | |
ParamMode | aMode |
parameter mode: in, out, inout More... | |
XIdlClass | aType |
formal type of the parameter More... | |
Provides information about a formal parameter of a method.
ParamMode aMode |
parameter mode: in, out, inout
string aName |
name of the parameter
XIdlClass aType |
formal type of the parameter