IUIX_CmdCollection::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdCollection::Item Property}} | {{#customTitle:IUIX_CmdCollection::Item Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdCollection|property | + | {{#parentPage:PXV:IUIX_CmdCollection#Properties|Item|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] | + | Property '''Item''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command at the given index inside the command collection. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_Cmd** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
+ | [out, retval] IUIX_Cmd** pItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the command. |
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] |
Latest revision as of 04:28, 4 April 2016
Property Item of interface IUIX_CmdCollection returns Pointer to IUIX_Cmd containing the command at the given index inside the command collection.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_Cmd** pItem);
Parameters
- nIndex
- [in] Value of ULONG containing the index of the command.