VertexChannel.Item Property
Note
This property is available only when developing for Windows.
Gets or sets the element at the specified index.
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As Object
public Object this [
int index
] { get; set; }
public:
property Object default [Int32] {
Object get (int index);
void set (Object value);
}
Property Value
Type: Object
Element at the specified index.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
VertexChannel Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP