NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.SetBytes

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetBytes( _
   ByVal i As Integer, _
   ByVal buffer() As Byte, _
   ByVal length As Integer, _
   ByVal bufferoffset As Integer, _
   ByVal fieldoffset As Integer _
)
[C#]
public virtual void SetBytes(
   int i,
   byte[] buffer,
   int length,
   int bufferoffset,
   int fieldoffset
);
[C++]
public: virtual void SetBytes(
   int i,
   unsigned char* buffer[],
   int length,
   int bufferoffset,
   int fieldoffset
);
[JScript]
public function SetBytes(
   i : int,
   buffer : Byte[],
   length : int,
   bufferoffset : int,
   fieldoffset : int
);

Parameters

i
[To be supplied.]
buffer
[To be supplied.]
length
[To be supplied.]
bufferoffset
[To be supplied.]
fieldoffset
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace