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.
- count
Type: System. . :: . .Int32
The number of characters to write.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.