IPXC_NameTree::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NameTree::Count Property}}
 
{{#customTitle:IPXC_NameTree::Count Property}}
 +
{{#parentPage:PXV:IPXC_NameTree#Properties|Count|property}}
  
 
Gets number of items in the name tree.
 
Gets number of items in the name tree.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount);
 
</pre>
 
</pre>
  
 
== 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 number of items in the name tree.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXC_NameTree