IUIX_Obj::Children Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Obj::Children Property}} | {{#customTitle:IUIX_Obj::Children Property}} | ||
− | {{#parentPage:PXV:IUIX_Obj|Children | + | {{#parentPage:PXV:IUIX_Obj#Properties|Children|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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** | + | <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]] |
Latest revision as of 03:31, 15 June 2015
Property pChildren of interface IUIX_Obj returns Pointer to IUIX_ObjCollection ...
Syntax
HRESULT get_Children([out, retval] IUIX_ObjCollection** pChildren);