次の方法で共有


XmlTextWriter.IndentChar プロパティ

Formatting を Formatting.Indented に設定するときに、インデントに使用する文字を取得または設定します。

Public Property IndentChar As Char
[C#]
public char IndentChar {get; set;}
[C++]
public: __property __wchar_t get_IndentChar();public: __property void set_IndentChar(__wchar_t);
[JScript]
public function get IndentChar() : Char;public function set IndentChar(Char);

プロパティ値

インデントに使用する文字。既定値は空白です。

メモ    XmlTextWriter を使用すると、このプロパティを任意の文字に設定できます。有効な XML を確認するには、有効な空白文字、0x9、0x10、0x13、または 0x20 を指定する必要があります。

必要条件

プラットフォーム: 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 名前空間 | Indentation | Formatting