Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 T _
)
protected internal virtual void ScanChildren (
IntermediateSerializer serializer,
ChildCallback callback,
T value
)
protected:
internal:
virtual void ScanChildren(
IntermediateSerializer serializer,
ChildCallback callback,
T value
)
Parameters
- serializer
Type: IntermediateSerializer
The content serializer. - callback
Type: ChildCallback
The method to be called for each examined child. - value
Type: T
The strongly typed 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 Generic Class
ContentTypeSerializer Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace
Platforms
Windows 7, Windows Vista, Windows XP