IBitSet::Item Property

From PDF XChange PDF SDK
Revision as of 06:46, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

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.

See Also

IBitSet