Working With The LAttributes Collection

The LAttributes collection has the following properties and method:

Properties

image\sqrblit.gif _NewEnum property (ILAttributes): This property returns an IEnumVARIANT interface on an enumeration object for the collection. This is a standard property that allows the collection to be iterated over using the For…Each syntax of Visual Basic and VBScript.

image\sqrblit.gif Count property (ILAttributes): This property specifies the number of LAttribute objects in the collection.

Methods

image\sqrblit.gif Item method (ILAttributes): This method returns a ILAttribute object from the collection.