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.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
void IXmlSerializable.ReadXml(
XmlReader reader
)
private:
virtual void ReadXml(
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
private abstract ReadXml :
reader:XmlReader -> unit
private override ReadXml :
reader:XmlReader -> unit
JScript does not support explicit interface implementations.
Parameters
- reader
Type: System.Xml.XmlReader
Implements
IXmlSerializable.ReadXml(XmlReader)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.