Previous Topic: PropertiesNext Topic: Toolset


_NewEnum

References items in the collection

Syntax

object._NewEnum

Parameters

Object

An expression that evaluates to a Windows 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 &ldots; Next.