DOC: Index Property Incorrectly Defined (215407)



The information in this article applies to:

  • Microsoft Windows CE Toolkit for Visual Basic 6.0
  • Microsoft eMbedded Visual Basic 3.0

This article was previously published under Q215407

SUMMARY

The Index property is incorrectly defined in the Windows CE Toolkit for Visual Basic 6.0 documentation.

MORE INFORMATION

The syntax for the Index property is documented as follows:

Index

This property returns or sets the number that uniquely identifies an object in a collection.

Syntax
object.Index
				
The documentation should actually read as follows:

Index

This property returns or sets the number that uniquely identifies an object in a collection.

Syntax
object.Index = [number]

REFERENCES

Windows CE Toolkit for Visual Basic 6.0 Online Help

eMbedded Visual Basic 3.0 Online Help

Modification Type:MinorLast Reviewed:8/19/2005
Keywords:kbdocfix kbprb kbToolkit KB215407 kbAudDeveloper