IPXV_AttachSelection::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_AttachSelection::Items Property}}
 
{{#customTitle:IPXV_AttachSelection::Items Property}}
 
{{#parentPage:PXV:IPXV_AttachSelection#Properties|Items|property}}
 
{{#parentPage:PXV:IPXV_AttachSelection#Properties|Items|property}}
 
  
 
Gets current [[PXV:IPXV_AttachList|attachments selection]].
 
Gets current [[PXV:IPXV_AttachList|attachments selection]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_AttachList**  ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_AttachList**  pItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_AttachSelection|IPXV_AttachSelection]]
 
[[PXV:IPXV_AttachSelection|IPXV_AttachSelection]]

Latest revision as of 03:47, 15 June 2015

Gets current attachments selection.

Syntax

HRESULT get_Items([out, retval]  IPXV_AttachList**  pItems);

See Also

IPXV_AttachSelection