VertexChannelCollection.Get Generic Method (String)
Note
This generic method is available only when developing for Windows.
Gets the vertex channel with the specified name and content type.
Syntax
'Declaration
Public Function Get(Of T) ( _
name As String _
) As VertexChannel(Of T)
public VertexChannel<T> Get<T> (
string name
)
public:
generic<typename T>
VertexChannel<T> Get(
String name
)
Type Parameters
- T
Type of the vertex channel.
Parameters
- name
Type: String
Name of a vertex channel.
Return Value
Type: VertexChannel<T>
The vertex channel.
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