IUIX_TreeItem::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pChildCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nChildCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_TreeItem|IUIX_TreeItem]]
 
[[PXV:IUIX_TreeItem|IUIX_TreeItem]]

Latest revision as of 04:42, 15 June 2015


Property Count of interface IUIX_TreeItem returns Value of ULONG ...

Syntax

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

See Also

IUIX_TreeItem