Provides access to an enumeration of element type effects.
| Description | ||
|---|---|---|
![]() |
_NewEnum | Retrieves an IEnumVariant interface that enumerates the collection's content. This method supports the FOR EACH statement in VB. |
![]() |
Add | Adds a new element type effect in the collection. |
![]() |
Clear | Removes all the element type effects from the collection. |
![]() |
Count | Number of element type effects in the collection. |
![]() |
Item | The element type effect 'index' item in the collection. |
![]() |
Remove | Removes the element type effect 'index' item from the collection. |
| CoClasses and Classes | Description |
|---|---|
| NgElementTypeEffects | Element type effects collection object. |
INgElementTypeEffect Interface