VertexChannel.Contains Method
Note
This method is available only when developing for Windows.
Determines whether the specified element is in the channel.
Syntax
'Declaration
Public Function Contains ( _
value As Object _
) As Boolean
public bool Contains (
Object value
)
public:
bool Contains(
Object value
)
Parameters
- value
Type: Object
Element being searched for.
Return Value
Type: Boolean
true if the element is present; 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
VertexChannel Class
VertexChannel Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP