IOperationList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationList::Item Property}}
 
{{#customTitle:IOperationList::Item Property}}
{{#parentPage:PXV:IOperationList|Item Property|property}}
+
{{#parentPage:PXV:IOperationList#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
+
Property '''pItem''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
  
 
== 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]  IOperation**  ppItem);
+
                 [out, retval]  IOperation**  pItem);
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IOperationList|IOperationList]].
+
[[PXV:IOperationList|IOperationList]]

Latest revision as of 03:19, 15 June 2015


Property pItem of interface IOperationList returns Pointer to IOperation ...

Syntax

HRESULT get_Item([in]           ULONG         nIndex,
                 [out, retval]  IOperation**  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IOperationList