IPXC_NumberFormatArray::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatArray::Count Property}}
 
{{#customTitle:IPXC_NumberFormatArray::Count Property}}
{{#parentPage:PXV:IPXC_NumberFormatArray|property}}
+
{{#parentPage:PXV:IPXC_NumberFormatArray#Properties|Count|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] returns  Value of ULONG ...
+
Property '''Count''' of interface [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] returns  Value of ULONG containing number of the [[PXV:IPXC_NumberFormatItem|items]] in the array.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* pCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]].
+
[[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]]

Latest revision as of 00:46, 31 March 2016


Property Count of interface IPXC_NumberFormatArray returns Value of ULONG containing number of the items in the array.

Syntax

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

See Also

IPXC_NumberFormatArray