Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub WriteXml ( _
    writer As XmlWriter, _
    xmlElement As String _
)
public void WriteXml(
    XmlWriter writer,
    string xmlElement
)
public:
virtual void WriteXml(
    XmlWriter^ writer, 
    String^ xmlElement
) sealed
abstract WriteXml : 
        writer:XmlWriter * 
        xmlElement:string -> unit  
override WriteXml : 
        writer:XmlWriter * 
        xmlElement:string -> unit
public final function WriteXml(
    writer : XmlWriter, 
    xmlElement : String
)
Parameters
- writer
 Type: System.Xml.XmlWriter
- xmlElement
 Type: System.String
.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.