IAFS_NamesCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
{{#parentPage:PXV:IAFS_NamesCollection|property}}
+
{{#parentPage:PXV:IAFS_NamesCollection|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IAFS_Name** ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG       nIndex,
 +
                [out, retval] IAFS_Name** ppName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
 
See also [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].

Revision as of 05:47, 23 April 2015


Property Item of interface IAFS_NamesCollection returns Pointer to IAFS_Name ...

Syntax

HRESULT get_Item([in]           ULONG        nIndex,
                 [out, retval]  IAFS_Name**  ppName);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IAFS_NamesCollection.