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