Aracılığıyla paylaş


EffectTechniqueCollection Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Manipulates a collection of EffectTechnique objects.

Inheritance Hierarchy

System.Object
  Microsoft.Xna.Framework.Graphics.EffectTechniqueCollection

Namespace:  Microsoft.Xna.Framework.Graphics
Assembly:  Microsoft.Xna.Framework.Graphics.Extensions (in Microsoft.Xna.Framework.Graphics.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class EffectTechniqueCollection
public sealed class EffectTechniqueCollection

The EffectTechniqueCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of objects in the collection.
Public property Item Gets a specific element in the collection by using an index value.

Top

Methods

  Name Description
Public method GetEnumerator Gets an enumerator that can iterate through the EffectTechniqueCollection.

Top

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.