IBitSet::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IBitSet|IBitSet]] returns/sets  Value of VARIANT_BOOL ...
+
Gets/sets the value of the item in the [[PXV:IBitSet|bit set]].
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 16:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[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 05: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.

See Also

IBitSet