IPXV_AnnotStateModel::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG ItemIndex, |
− | [out, retval] IPXV_AnnotStateItem** | + | [out, retval] IPXV_AnnotStateItem** Item); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;ItemIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] | [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] |
Revision as of 06:22, 12 June 2015
Property Item of interface IPXV_AnnotStateModel returns Pointer to IPXV_AnnotStateItem ...
Syntax
HRESULT get_Item([in] ULONG ItemIndex, [out, retval] IPXV_AnnotStateItem** Item);
Parameters
- ItemIndex
- [in] Value of ULONG.