IPXC_GoToETargetPath::Item Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_GoToETargetPath::Item Property}} | {{#customTitle:IPXC_GoToETargetPath::Item Property}} | ||
+ | {{#parentPage:PXV:IPXC_GoToETargetPath#Properties|Item|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Item''' of interface [[PXV:IPXC_GoToETargetPath|IPXC_GoToETargetPath]] returns Pointer to [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] ... | Property '''Item''' of interface [[PXV:IPXC_GoToETargetPath|IPXC_GoToETargetPath]] returns Pointer to [[PXV:IPXC_GoToETargetItem|IPXC_GoToETargetItem]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_GoToETargetItem** ppItem); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
+ | [out, retval] IPXC_GoToETargetItem** ppItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_GoToETargetPath|IPXC_GoToETargetPath]] |
Latest revision as of 07:33, 23 May 2015
Property Item of interface IPXC_GoToETargetPath returns Pointer to IPXC_GoToETargetItem ...
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_GoToETargetItem** ppItem);
Parameters
- nIndex
- [in] Value of ULONG.