ContentTypeSerializer.ScanChildren Method

Note

This method is available only when developing for Windows.

Examines the children of the specified object, passing each to a callback delegate.

Syntax

'Declaration
Protected Internal Overridable Sub ScanChildren ( _
         serializer As IntermediateSerializer, _
         callback As ChildCallback, _
         value As Object _
)
protected internal virtual void ScanChildren (
         IntermediateSerializer serializer,
         ChildCallback callback,
         Object value
)
protected:
internal:
virtual void ScanChildren(
         IntermediateSerializer serializer,
         ChildCallback callback,
         Object value
)

Parameters

  • serializer
    Type: IntermediateSerializer
    The content serializer.
  • callback
    Type: ChildCallback
    The method to be called for each examined child.
  • value
    Type: Object
    The object whose children are being scanned.

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

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

Platforms

Windows 7, Windows Vista, Windows XP