Previous Topic: PropertiesNext Topic: Toolset


_NewEnum

References objects in a collection.

Syntax

object._NewEnum

Parameters

object

An expression that evaluates to a Models object.

Remarks

With Visual C++, you can browse a collection to find a particular item by using the _NewEnum property or the Item method. In Visual Basic, you do not need to use the _NewEnum property, because it is automatically used in the implementation of For Each ... Next.