IOperationList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationList::Item Property}}
 
{{#customTitle:IOperationList::Item Property}}
 +
{{#parentPage:PXV:IOperationList|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
 
Property '''Item''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:38, 20 April 2015


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IOperationList.