ContentTypeSerializer.ScanChildren Method (IntermediateSerializer, ChildCallback, Object)
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 Overrides Sub ScanChildren ( _
serializer As IntermediateSerializer, _
callback As ChildCallback, _
value As Object _
)
protected internal override void ScanChildren (
IntermediateSerializer serializer,
ChildCallback callback,
Object value
)
protected:
internal:
void ScanChildren(
IntermediateSerializer serializer,
ChildCallback callback,
Object value
) override
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 Generic Class
ContentTypeSerializer Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace
Platforms
Windows 7, Windows Vista, Windows XP