IPXC_Content::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Content::Items Property}}
 
{{#customTitle:IPXC_Content::Items Property}}
 +
{{#parentPage:PXV:IPXC_Content#Properties|Items|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Items''' of interface [[PXV:IPXC_Content|IPXC_Content]] returns  Pointer to [[PXV:IPXC_ContentItems|IPXC_ContentItems]] ...
 
Property '''Items''' of interface [[PXV:IPXC_Content|IPXC_Content]] returns  Pointer to [[PXV:IPXC_ContentItems|IPXC_ContentItems]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval] IPXC_ContentItems** ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval] IPXC_ContentItems** ppItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Content|IPXC_Content]].
+
[[PXV:IPXC_Content|IPXC_Content]]

Latest revision as of 08:16, 23 May 2015


Property Items of interface IPXC_Content returns Pointer to IPXC_ContentItems ...

Syntax

HRESULT get_Items([out, retval]  IPXC_ContentItems**  ppItems);

See Also

IPXC_Content