IPXC_NameTree::ItemName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
{{#parentPage:PXV:IPXC_NameTree|property}}
+
{{#parentPage:PXV:IPXC_NameTree|ItemName Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemName([in] ULONG nIndex, [out, retval] BSTR* ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemName([in]           ULONG nIndex,
 +
                    [out, retval] BSTR* ppName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  The index of the item to get from the name tree.
 
:[in]  The index of the item to get from the name tree.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].

Revision as of 06:07, 23 April 2015


Gets item name by index in the name tree.

Syntax

HRESULT get_ItemName([in]           ULONG  nIndex,
                     [out, retval]  BSTR*  ppName);

Parameters

nIndex
[in] The index of the item to get from the name tree.

See Also

See also IPXC_NameTree.