Working With The LAttributes Collection
The LAttributes collection has the following properties and method:
Properties
_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.
Count property (ILAttributes): This property specifies the number of LAttribute objects in the collection.
Methods
Item method (ILAttributes): This method returns a ILAttribute object from the collection.