IWords::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IWords::Item Property}}
 
{{#customTitle:IWords::Item Property}}
 
{{#parentPage:PXV:IWords#Properties|Item|property}}
 
{{#parentPage:PXV:IWords#Properties|Item|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IWords|IWords]] returns/sets Value of BSTR ...
+
Gets/sets item from the words list by index.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 16:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the item to get from the list.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IWords|IWords]]
 
[[PXV:IWords|IWords]]

Revision as of 02:03, 3 June 2015


Gets/sets item from the words list by index.

Syntax

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

Parameters

nIndex
[in] Index of the item to get from the list.

See Also

IWords