IBitSet::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG Index, |
− | [out, retval] VARIANT_BOOL* | + | [out, retval] VARIANT_BOOL* Val); |
− | HRESULT put_Item([in] ULONG | + | HRESULT put_Item([in] ULONG Index, |
− | [in] VARIANT_BOOL | + | [in] VARIANT_BOOL Val); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Index of the item in the bit-set, who's value will be set. | :[in] Index of the item in the bit-set, who's value will be set. | ||
== See Also == | == See Also == | ||
[[PXV:IBitSet|IBitSet]] | [[PXV:IBitSet|IBitSet]] |
Revision as of 05:46, 12 June 2015
Gets/sets the value of the item in the bit-set.
Syntax
HRESULT get_Item([in] ULONG Index, [out, retval] VARIANT_BOOL* Val); HRESULT put_Item([in] ULONG Index, [in] VARIANT_BOOL Val);
Parameters
- Index
- [in] Index of the item in the bit-set, who's value will be set.