IPXC_Bookmark::FirstChild Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Bookmark::FirstChild Property}}
 
{{#customTitle:IPXC_Bookmark::FirstChild Property}}
 +
{{#parentPage:PXV:IPXC_Bookmark#Properties|FirstChild|property}}
 +
{{ToReview}}
  
Property '''FirstChild''' of interface [[PXV:IPXC_Bookmark|IPXC_Bookmark]] returns  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] ...
+
Gets first element in the sub-tree of the bookmark.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FirstChild([out, retval] IPXC_Bookmark** pChild);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FirstChild([out, retval] IPXC_Bookmark** pChild);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Bookmark|IPXC_Bookmark]].
+
[[PXV:IPXC_Bookmark|IPXC_Bookmark]]

Latest revision as of 03:21, 15 June 2015


Gets first element in the sub-tree of the bookmark.

Syntax

HRESULT get_FirstChild([out, retval]  IPXC_Bookmark**  pChild);

See Also

IPXC_Bookmark