Share via


WriteChars Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

When overridden in a derived class, writes text one buffer at a time.

Namespace:  System.Ext.Xml
Assembly:  MFDpwsExtensions (in MFDpwsExtensions.dll)

Syntax

'Declaration
Public Sub WriteChars ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
public void WriteChars(
    char[] buffer,
    int index,
    int count
)
public:
void WriteChars(
    array<wchar_t>^ buffer, 
    int index, 
    int count
)
member WriteChars : 
        buffer:char[] * 
        index:int * 
        count:int -> unit 
public function WriteChars(
    buffer : char[], 
    index : int, 
    count : int
)

Parameters

  • buffer
    Type: array<System. . :: . .Char> [] () [] []
    Character array containing the text to write.
  • index
    Type: System. . :: . .Int32
    The position in the buffer indicating the start of the text to write.

.NET Framework Security

See Also

Reference

XmlWriter Class

System.Ext.Xml Namespace