IBitSet::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IBitSet::Item Property}} | {{#customTitle:IBitSet::Item Property}} | ||
{{#parentPage:PXV:IBitSet#Properties|Item|property}} | {{#parentPage:PXV:IBitSet#Properties|Item|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets the value of the item in the [[PXV:IBitSet|bit set]]. | |
== Syntax == | == Syntax == | ||
Line 17: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the item in the bit set which value will be set. |
== See Also == | == See Also == | ||
[[PXV:IBitSet|IBitSet]] | [[PXV:IBitSet|IBitSet]] |
Revision as of 04:51, 25 May 2015
Gets/sets the value of the item in the bit set.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] VARIANT_BOOL* pVal); HRESULT put_Item([in] ULONG nIndex, [in] VARIANT_BOOL pVal);
Parameters
- nIndex
- [in] Index of the item in the bit set which value will be set.