IUIX_CmdCollection::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdCollection::Count Property}}
 
{{#customTitle:IUIX_CmdCollection::Count Property}}
{{#parentPage:PXV:IUIX_CmdCollection|Count Property|property}}
+
{{#parentPage:PXV:IUIX_CmdCollection#Properties|Count|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Value of ULONG ...
+
Property '''Count''' of interface [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] returns  Value of ULONG containing the number of [[PXV:IUIX_Cmd|commands]] in the command collection.
  
 
== 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:IUIX_CmdCollection|IUIX_CmdCollection]].
+
[[PXV:IUIX_CmdCollection|IUIX_CmdCollection]]

Latest revision as of 05:27, 4 April 2016


Property Count of interface IUIX_CmdCollection returns Value of ULONG containing the number of commands in the command collection.

Syntax

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

See Also

IUIX_CmdCollection