ConnectionInfo.System.Xml.Serialization.IXmlSerializable.WriteXml Method
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.WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As ConnectionInfo
Dim writer As XmlWriter
CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml (
XmlWriter writer
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.WriteXml (
XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
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
- writer
See Also
Reference
ConnectionInfo Class
ConnectionInfo Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace