IUniqueStrings::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUniqueStrings::Item Property}} | {{#customTitle:IUniqueStrings::Item Property}} | ||
− | {{#parentPage:PXV:IUniqueStrings|Item | + | {{#parentPage:PXV:IUniqueStrings#Properties|Item|property}} |
− | + | ||
− | + | ||
− | + | ||
+ | Gets item from the unique strings list by index. | ||
== 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] BSTR* | + | [out, retval] BSTR* sItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the item to get from the list. |
== See Also == | == See Also == | ||
− | [[PXV:IUniqueStrings|IUniqueStrings]] | + | [[PXV:IUniqueStrings|IUniqueStrings]] |
Latest revision as of 15: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.