IUIX_List::ItemsCount Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([out, retval] LONG* pCount); | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([in, optional] LONG nGroup, [out, retval] LONG* pCount); |
</pre> | </pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;''nGroup'' | ||
+ | :[in, optional] Value of LONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_List|IUIX_List]]. | See also [[PXV:IUIX_List|IUIX_List]]. |
Revision as of 11:34, 24 March 2015
Property ItemsCount of interface IUIX_List returns Value of LONG ...
Syntax
HRESULT get_ItemsCount([in, optional] LONG nGroup, [out, retval] LONG* pCount);
Parameters
- nGroup
- [in, optional] Value of LONG.
See Also
See also IUIX_List.