LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
ParamInfo Struct Referencepublished

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...
 

Detailed Description

Provides information about a formal parameter of a method.

Member Data Documentation

ParamMode aMode

parameter mode: in, out, inout

string aName

name of the parameter

XIdlClass aType

formal type of the parameter


The documentation for this struct was generated from the following file: