IUniqueStrings::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUniqueStrings::Item Property}}
 
{{#customTitle:IUniqueStrings::Item Property}}
 +
{{#parentPage:PXV:IUniqueStrings#Properties|Item|property}}
  
Property '''Item''' of interface [[PXV:IUniqueStrings|IUniqueStrings]] returns  Value of BSTR ...
 
  
 +
Gets item from the unique strings list by index.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] BSTR* ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG nIndex,
 +
                [out, retval] BSTR* sItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the item to get from the list.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUniqueStrings|IUniqueStrings]].
+
[[PXV:IUniqueStrings|IUniqueStrings]]

Latest revision as of 16:05, 16 June 2015


Gets item from the unique strings list by index.

Syntax

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

Parameters

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

See Also

IUniqueStrings