19#ifndef __com_sun_star_bridge_oleautomation_NamedArgument_idl__
20#define __com_sun_star_bridge_oleautomation_NamedArgument_idl__
23module
com { module sun { module star { module bridge { module oleautomation {
Definition: Accessible.idl:22
represents a named argument in a call to a method of an Automation object.
Definition: NamedArgument.idl:40
any Value
The value of the argument whose name is the one as contained in the member Name.
Definition: NamedArgument.idl:49
string Name
The name of the argument, for which NamedArgument::Value is intended.
Definition: NamedArgument.idl:44