IPXC_ActionsList::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ActionsList::Item Property}} | {{#customTitle:IPXC_ActionsList::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_ActionsList|property}} | + | {{#parentPage:PXV:IPXC_ActionsList|Item Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, [out, retval] IPXC_Action** ppAction); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, |
+ | [out, retval] IPXC_Action** ppAction); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;index |
:[in] Index of the action you want to get from the actions list. | :[in] Index of the action you want to get from the actions list. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]]. | See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]]. |
Revision as of 04:55, 23 April 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.
See Also
See also IPXC_ActionsList.