Share via


WriteRaw Method (Char[], Int32, Int32)

[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 raw markup manually from a character buffer.

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

Syntax

'Declaration
Public Sub WriteRaw ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
public void WriteRaw(
    char[] buffer,
    int index,
    int count
)
public:
void WriteRaw(
    array<wchar_t>^ buffer, 
    int index, 
    int count
)
member WriteRaw : 
        buffer:char[] * 
        index:int * 
        count:int -> unit 
public function WriteRaw(
    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 within the buffer indicating the start of the text to write.

.NET Framework Security

See Also

Reference

XmlWriter Class

WriteRaw Overload

System.Ext.Xml Namespace