This topic has not yet been rated - Rate this topic

XmlSerializationReader.AddReadCallback Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Sub AddReadCallback( _
   ByVal name As String, _
   ByVal ns As String, _
   ByVal type As Type, _
   ByVal read As XmlSerializationReadCallback _
)
[C#]
protected void AddReadCallback(
 string name,
 string ns,
 Type type,
 XmlSerializationReadCallback read
);
[C++]
protected: void AddReadCallback(
 String* name,
 String* ns,
 Type* type,
 XmlSerializationReadCallback* read
);
[JScript]
protected function AddReadCallback(
   name : String,
 ns : String,
 type : Type,
 read : XmlSerializationReadCallback
);

See Also

XmlSerializationReader Class | XmlSerializationReader Members | System.Xml.Serialization Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.