NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BitVector32.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the BitVector32 class.

Overload List

Sets or checks the value for the specfied section.

[Visual Basic] Overloads Public Default Property Item(Section) As Integer
[C#] public int this[Section] {get; set;}
[C++] public: __property int get_Item(Section);
public: __property void set_Item(Section, int);
[JScript] BitVector32.Item (Section)

Sets or checks that ALL the bits specfied are set.

[Visual Basic] Overloads Public Default Property Item(Integer) As Boolean
[C#] public bool this[int] {get; set;}
[C++] public: __property bool get_Item(int);
public: __property void set_Item(int, bool);
[JScript] BitVector32.Item (int)

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace