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.
Provides the implementation for IXmlSerializable.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Private Sub System.Xml.Serialization.IXmlSerializable.ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As ConnectionInfo
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml (
XmlReader reader
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.ReadXml (
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- reader
The XmlReader from which the XML is deserialized.
See Also
Reference
ConnectionInfo Class
ConnectionInfo Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace