IWords::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IWords::Count Property}}
 
{{#customTitle:IWords::Count Property}}
{{#parentPage:PXV:IWords|Count Property|property}}
+
{{#parentPage:PXV:IWords#Properties|Count|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Count''' of interface [[PXV:IWords|IWords]] returns  Value of ULONG ...
+
 
 +
Gets number of items in the words list.
  
 
== 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*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IWords|IWords]].
+
[[PXV:IWords|IWords]]

Latest revision as of 16:14, 16 June 2015


Gets number of items in the words list.

Syntax

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

See Also

IWords