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.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
    w As XmlWriter _
) Implements IXmlSerializable.WriteXml
void IXmlSerializable.WriteXml(
    XmlWriter w
)
private:
virtual void WriteXml(
    XmlWriter^ w
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml : 
        w:XmlWriter -> unit 
private override WriteXml : 
        w:XmlWriter -> unit 
JScript does not support explicit interface implementations.
Parameters
- w
 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.