IPXV_BookmSelection::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  pItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  Items);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BookmList|IPXV_BookmList]]
 
[[PXV:IPXV_BookmList|IPXV_BookmList]]

Revision as of 07:24, 12 June 2015


Gets items from the bookmarks selection.

Syntax

HRESULT get_Items([out, retval]  IPXV_BookmList**  Items);

See Also

IPXV_BookmList