IPXC_ActionsList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionsList::Count Property}}
 
{{#customTitle:IPXC_ActionsList::Count Property}}
 +
{{#parentPage:PXV:IPXC_ActionsList#Properties|Count|property}}
  
Property '''Count''' of interface [[PXV:IPXC_ActionsList|IPXC_ActionsList]] returns  Value of ULONG ...
+
Gets number of actions in the actions list.
 
+
  
 
== 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_ActionsList|IPXC_ActionsList]].
+
[[PXV:IPXC_ActionsList|IPXC_ActionsList]]

Latest revision as of 08:03, 23 May 2015

Gets number of actions in the actions list.

Syntax

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

See Also

IPXC_ActionsList