Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub WriteXml ( _
    writer As XmlWriter, _
    xmlElement As String _
)
public void WriteXml(
    XmlWriter writer,
    string xmlElement
)
public:
void WriteXml(
    XmlWriter^ writer, 
    String^ xmlElement
)
member WriteXml : 
        writer:XmlWriter * 
        xmlElement:string -> unit
public 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.