IPXC_ActionsList::Item Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ActionsList::Item Property}} | {{#customTitle:IPXC_ActionsList::Item Property}} | ||
+ | {{#parentPage:PXV:IPXC_ActionsList#Properties|Item|property}} | ||
− | + | Gets action by index from the actions list. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG Index, |
+ | [out, retval] IPXC_Action** ppAction); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
− | :[in] | + | :[in] Index of the action you want to get from the actions list. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ActionsList|IPXC_ActionsList]] |
Latest revision as of 01:10, 4 June 2015
Gets action by index from the actions list.
Syntax
HRESULT get_Item([in] ULONG Index, [out, retval] IPXC_Action** ppAction);
Parameters
- Index
- [in] Index of the action you want to get from the actions list.