次の方法で共有


CodeGeneratorOptions.IndentString プロパティ

インデントに使用する文字列を取得または設定します。

Public Property IndentString As String
[C#]
public string IndentString {get; set;}
[C++]
public: __property String* get_IndentString();public: __property void set_IndentString(String*);
[JScript]
public function get IndentString() : String;public function set IndentString(String);

プロパティ値

インデントに使用する文字を格納している文字列。

解説

このプロパティの既定値は "/----/" (4 個の空白文字) です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeGeneratorOptions クラス | CodeGeneratorOptions メンバ | System.CodeDom.Compiler 名前空間