INumArray::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''nItem''' of interface [[PXV:INumArray|INumArray]] returns/sets Value of LONG ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | [out, retval] LONG* | + | [out, retval] LONG* nItem); |
− | HRESULT put_Item([in] ULONG | + | HRESULT put_Item([in] ULONG nIndex, |
− | [in] LONG | + | [in] LONG nItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:INumArray|INumArray]] | [[PXV:INumArray|INumArray]] |
Latest revision as of 02:18, 15 June 2015
Property nItem of interface INumArray returns/sets Value of LONG ...
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] LONG* nItem); HRESULT put_Item([in] ULONG nIndex, [in] LONG nItem);
Parameters
- nIndex
- [in] Value of ULONG.