次の方法で共有


IndentedTextWriter.NewLine プロパティ

使用する改行文字を取得または設定します。

Overrides Public Property NewLine As String
[C#]
public override string NewLine {get; set;}
[C++]
public: __property String* get_NewLine();public: __property void set_NewLine(String*);
[JScript]
public override function get NewLine() : String;public override function set NewLine(String);

プロパティ値

使用する改行文字。

必要条件

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

参照

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