IPXV_BookmSelection::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmSelection::Items Property}}
 
{{#customTitle:IPXV_BookmSelection::Items Property}}
{{#parentPage:PXV:IPXV_BookmSelection|Items Property|property}}
+
{{#parentPage:PXV:IPXV_BookmSelection#Properties|Items|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_BookmList**  pItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_BookmSelection|IPXV_BookmSelection]].
+
[[PXV:IPXV_BookmList|IPXV_BookmList]]

Latest revision as of 03:48, 15 June 2015


Gets items from the bookmarks selection.

Syntax

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

See Also

IPXV_BookmList