IPXC_ContentItems::ItemType 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:IPXC_ContentItems::ItemType Property}}
 
{{#customTitle:IPXC_ContentItems::ItemType Property}}
{{#parentPage:PXV:IPXC_ContentItems|property}}
+
{{#parentPage:PXV:IPXC_ContentItems|ItemType Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemType([in] ULONG nIndex, [out, retval] PXC_CIType* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemType([in]           ULONG       nIndex,
 +
                    [out, retval] PXC_CIType* pType);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_ContentItems|IPXC_ContentItems]].
 
See also [[PXV:IPXC_ContentItems|IPXC_ContentItems]].

Revision as of 06:01, 23 April 2015


Property ItemType of interface IPXC_ContentItems returns Value of PXC_CIType ...

Syntax

HRESULT get_ItemType([in]           ULONG        nIndex,
                     [out, retval]  PXC_CIType*  pType);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IPXC_ContentItems.