IAFS_NamesCollection::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Count Property}}
 
{{#customTitle:IAFS_NamesCollection::Count Property}}
{{#parentPage:PXV:IAFS_NamesCollection|property}}
+
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Count|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Count''' of interface [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] returns  Value of ULONG ...
+
Gets the count of file name objects in the 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 ==
See also [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Latest revision as of 03:11, 15 June 2015

Gets the count of file name objects in the collection.

Syntax

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

See Also

IAFS_NamesCollection