VertexChannelCollection.Item Property (String)

Note

This property is available only when developing for Windows.

Gets or sets the vertex channel with the specified name.

Syntax

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

Property Value

Type: VertexChannel
A vertex channel object.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

VertexChannelCollection Class
VertexChannelCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP