IUIX_Obj::Children Property

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

Latest revision as of 04:31, 15 June 2015


Property pChildren of interface IUIX_Obj returns Pointer to IUIX_ObjCollection ...

Syntax

HRESULT get_Children([out, retval]  IUIX_ObjCollection**  pChildren);

See Also

IUIX_Obj