IPXC_ActionsList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 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|property}}
+
{{#parentPage:PXV:IPXC_ActionsList#Properties|Count|property}}
{{ToReview}}
+
  
 
Gets number of actions in the actions list.
 
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