XmlPropertyWriter Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.XmlPropertyWriter
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class XmlPropertyWriter
public static class XmlPropertyWriter
public ref class XmlPropertyWriter abstract sealed
[<AbstractClass>]
[<Sealed>]
type XmlPropertyWriter = class end
public final class XmlPropertyWriter
The XmlPropertyWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Write(XmlWriter, array<Byte[]) | Writes a byte array property value. | |
Write(XmlWriter, DateTime) | Writes a date time property value. | |
Write(XmlWriter, Double) | Writes a double property value. | |
Write(XmlWriter, Int32) | Writes an integer property value. | |
Write(XmlWriter, String) | Writes a string property value. | |
WriteValue | Writes an object property value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.