This documentation is archived and is not being maintained.

XmlPropertyWriter Class

System::Object
  Microsoft.TeamFoundation.Framework.Server::XmlPropertyWriter

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public ref class XmlPropertyWriter abstract sealed

The XmlPropertyWriter type exposes the following members.

  NameDescription
Public methodStatic memberWrite(XmlWriter, array<Byte>)Writes a byte array property value.
Public methodStatic memberWrite(XmlWriter, DateTime)Writes a date time property value.
Public methodStatic memberWrite(XmlWriter, Double)Writes a double property value.
Public methodStatic memberWrite(XmlWriter, Int32)Writes an integer property value.
Public methodStatic memberWrite(XmlWriter, String)Writes a string property value.
Public methodStatic memberWriteValueWrites an object property value.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: