Share via


VertexChannelCollection.Contains Method (VertexChannel)

Note

This method is available only when developing for Windows.

Determines whether the collection contains the specified vertex channel.

Syntax

'Declaration
Public Function Contains ( _
         item As VertexChannel _
) As Boolean 
public bool Contains (
         VertexChannel item
)
public:
bool Contains(
         VertexChannel item
)

Parameters

  • item
    Type: VertexChannel
    Name of the channel being searched for.

Return Value

Type: Boolean
true if the channel was found; false otherwise.

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