XmlPropertyWriter.Write Method (XmlWriter, array<Byte )
Writes a byte array property value.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Sub Write ( _
xmlWriter As XmlWriter, _
value As Byte() _
)
public static void Write(
XmlWriter xmlWriter,
byte[] value
)
public:
static void Write(
XmlWriter^ xmlWriter,
array<unsigned char>^ value
)
static member Write :
xmlWriter:XmlWriter *
value:byte[] -> unit
public static function Write(
xmlWriter : XmlWriter,
value : byte[]
)
Parameters
xmlWriter
Type: System.Xml.XmlWriterThe text writer.
value
Type: array<System.Byte[]The value to write.
.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.