BasePreferences.IXmlSerializable.WriteXml Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
void IXmlSerializable.WriteXml(
XmlWriter writer
)
private:
virtual void WriteXml(
XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml :
writer:XmlWriter -> unit
private override WriteXml :
writer:XmlWriter -> unit
JScript does not support explicit interface implementations.
Parameters
- writer
Type: System.Xml.XmlWriter
Implements
IXmlSerializable.WriteXml(XmlWriter)
.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.