XmlTextWriter.WriteRaw メソッド (Char , Int32, Int32)
文字バッファから手動で生のマークアップを書き込みます。
Overrides Overloads Public Sub WriteRaw( _
ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _)
[C#]
public override void WriteRaw(char[] buffer,intindex,intcount);
[C++]
public: void WriteRaw(__wchar_tbuffer __gc[],intindex,intcount);
[JScript]
public override function WriteRaw(
buffer : Char[],index : int,count : int);
パラメータ
- buffer
書き込むテキストを格納している文字配列。 - index
書き込むテキストの開始を示すバッファ内の位置。 - count
書き込む文字の数。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | buffer が null 参照 (Visual Basic では Nothing) です。 |
ArgumentException | バッファ長から index を差し引いた値が count より小さい値です。 |
ArgumentOutOfRangeException | index または count が 0 未満です。 |
解説
このメソッドは特殊文字をエスケープしません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
XmlTextWriter クラス | XmlTextWriter メンバ | System.Xml 名前空間 | XmlTextWriter.WriteRaw オーバーロードの一覧