INumArray::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:INumArray::Item Property}}
 
{{#customTitle:INumArray::Item Property}}
{{#parentPage:PXV:INumArray#Properties|Item Property|property}}
+
{{#parentPage:PXV:INumArray#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:INumArray|INumArray]] returns/sets  Value of LONG ...
+
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  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG  nIndex,
                 [out, retval]  LONG*  pItem);
+
                 [out, retval]  LONG*  nItem);
 
HRESULT put_Item([in]  ULONG  nIndex,
 
HRESULT put_Item([in]  ULONG  nIndex,
                 [in]  LONG  pItem);
+
                 [in]  LONG  nItem);
 
</pre>
 
</pre>
  

Latest revision as of 03: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.

See Also

INumArray