EffectPassCollection.Item Property (Int32)

Gets a specific element in the collection by using an index value.

Syntax

'Declaration
Public ReadOnly Property Item ( _
         index As Integer _
) As EffectPass 
public EffectPass this [
         int index
] { get; }
public:
property EffectPass default [Int32] {
         EffectPass get (int index);
}

Property Value

Type: EffectPass
The object at index index.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

See Also

Reference

EffectPassCollection Class
EffectPassCollection Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone