INumArray::Item Property

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

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