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)
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Count Property}}
 
{{#customTitle:IAFS_NamesCollection::Count Property}}
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Count Property|property}}
+
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Count|property}}
{{ToReview}}
+
  
Gets the count of file names objects in the collection.
+
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 ==
[[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