IUIX_CmdCollection::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdCollection::Item Property}} | {{#customTitle:IUIX_CmdCollection::Item Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdCollection|property}} | + | {{#parentPage:PXV:IUIX_CmdCollection|Item Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_Cmd** ppItem); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
+ | [out, retval] IUIX_Cmd** ppItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]]. | See also [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]]. |
Revision as of 05:36, 23 April 2015
Property Item of interface IUIX_CmdCollection returns Pointer to IUIX_Cmd ...
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_Cmd** ppItem);
Parameters
- nIndex
- [in] Value of ULONG.
See Also
See also IUIX_CmdCollection.