:: com :: sun :: star :: bridge :: oleautomation ::
|
unpublished |
struct NamedArgument |
|
|
|
- Usage Restrictions
- not published
- Description
- represents a named argument in a call to a method of an Automation object.
The Automation bridge accepts values of NamedArgument when a
call to an Automation object is made. The call is done through the
XInvocation::invoke
method, which takes all arguments in a sequence of anys. Usually the order
of the arguments must correspond to the order of arguments in the Automation
method. By using instances of NamedArgument the arguments in the
sequence can be unordered. The Automation object being called must support
named arguments, otherwise the call fails.
- Since
- OOo 1.1.2
|
Elements' Summary |
Name |
The name of the argument, for which
NamedArgument::Value is intended.
|
Value |
The value of the argument whoose name is the one as contained in the
member Name.
|
Elements' Details |
Name
string Name;
- Description
- The name of the argument, for which
NamedArgument::Value is intended.
|
|
Value
any Value;
- Description
- The value of the argument whoose name is the one as contained in the
member Name.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.