IBitSet::Item Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IBitSet::Item Property}} | {{#customTitle:IBitSet::Item Property}} | ||
+ | {{#parentPage:PXV:IBitSet#Properties|Item|property}} | ||
− | + | Gets/sets the value of the item in the [[PXV:IBitSet|bit-set]]. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | HRESULT put_Item([in] ULONG nIndex, [in] VARIANT_BOOL | + | [out, retval] VARIANT_BOOL* bVal); |
+ | HRESULT put_Item([in] ULONG nIndex, | ||
+ | [in] VARIANT_BOOL bVal); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
− | :[in] | + | :[in] Index of the item in the bit-set, who's value will be set. |
== See Also == | == See Also == | ||
− | + | [[PXV:IBitSet|IBitSet]] |
Latest revision as of 02:12, 15 June 2015
Gets/sets the value of the item in the bit-set.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] VARIANT_BOOL* bVal); HRESULT put_Item([in] ULONG nIndex, [in] VARIANT_BOOL bVal);
Parameters
- nIndex
- [in] Index of the item in the bit-set, who's value will be set.