VertexChannel.IndexOf Method
Note
This method is available only when developing for Windows.
Gets the index of the specified item.
Syntax
'Declaration
Public Function IndexOf ( _
value As Object _
) As Integer
public int IndexOf (
Object value
)
public:
int IndexOf(
Object value
)
Parameters
- value
Type: Object
Item whose index is to be retrieved.
Return Value
Type: Int32
Index of specified item.
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