EffectParameterCollection.Item Property (String)

Gets a specific EffectParameter by name.

Syntax

'Declaration
Public ReadOnly Property Item ( _
         name As String _
) As EffectParameter 
public EffectParameter this [
         string name
] { get; }
public:
property EffectParameter default [String] {
         EffectParameter get (String name);
}

Property Value

Type: EffectParameter
The EffectParameter object named name.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

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

See Also

Reference

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

Platforms

Windows Phone