IBitSet::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
 
  
Gets/sets the value of the item in the [[PXV:IBitSet|bit set]].
+
Gets/sets the value of the item in the [[PXV:IBitSet|bit-set]].
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Index of the item in the bit set which 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 11:15, 28 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, who's value will be set.

See Also

IBitSet