EffectList Class

Language:

A collection of effects.

Definition

Visual Basic NotInheritable Public Class EffectList
    Inherits Object
    Implements IEnumerable, IEnumerator
C# public sealed class EffectList : Object, IEnumerable, IEnumerator
C++ public ref class EffectList sealed : Object, IEnumerable, IEnumerator
JScript public final class EffectList extends Object implements IEnumerable, IEnumerator

Members Table

Method Description
GetEnumerator Gets an enumerator for this collection.
MoveNext Advances the enumerator to the next element of the collection.
Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Property Description
Count Gets the number of elements.
Current Gets the current element in the collection.

Inheritance Hierarchy

Object Leave Site
EffectList

Class Information

Namespace Microsoft.DirectX.DirectInput
Assembly Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
Strong Name Microsoft.DirectX.DirectInput,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center