IOperationList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationList::Item Property}}
 
{{#customTitle:IOperationList::Item Property}}
 +
{{#parentPage:PXV:IOperationList#Properties|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 06:46, 21 May 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

IOperationList.