IPXC_NameTree::ItemName Property

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

Latest revision as of 03:30, 15 June 2015

Gets item name by index in the name tree.

Syntax

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

Parameters

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

See Also

IPXC_NameTree