IntermediateReader.MoveToElement Method

Note

This method is available only when developing for Windows.

Moves to the specified element if the element name exists.

Syntax

'Declaration
Public Function MoveToElement ( _
         elementName As String _
) As Boolean 
public bool MoveToElement (
         string elementName
)
public:
bool MoveToElement(
         String elementName
)

Parameters

  • elementName
    Type: String
    The element name.

Return Value

Type: Boolean
true if the specified element exists and the move was successful; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

IntermediateReader Class
IntermediateReader Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace

Platforms

Windows 7, Windows Vista, Windows XP