Microsoft KB Archive/215407

From BetaArchive Wiki
Knowledge Base


Article ID: 215407

Article Last Modified on 8/19/2005



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


Additional query words: wince vbce6 kbdse vbce kbGrpVB eVB

Keywords: kbtoolkit kbdocfix kbprb KB215407