EffectAnnotationCollection.Item Property (String)

Gets a specific EffectAnnotation object by using a name.

Syntax

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

Property Value

Type: EffectAnnotation
The EffectAnnotation object named name.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

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

See Also

Reference

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

Platforms

Windows Phone