Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 T
public T this [
int index
] { get; set; }
public:
property T default [Int32] {
T get (int index);
void set (T value);
}
Property Value
Type: T
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 Generic Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP