IndentedTextWriter.WriteLine メソッド (String, Object, Object)
指定されているセマンティクスを使用して、書式設定された文字列を書き込み、続けて行終端記号を書き込みます。
Overrides Overloads Public Sub WriteLine( _
ByVal format As String, _ ByVal arg0 As Object, _ ByVal arg1 As Object _)
[C#]
public override void WriteLine(stringformat,objectarg0,objectarg1);
[C++]
public: void WriteLine(String* format,Object* arg0,Object* arg1);
[JScript]
public override function WriteLine(
format : String,arg0 : Object,arg1 : Object);
パラメータ
- format
使用する書式指定文字列。 - arg0
書式指定文字列に書き込む最初のオブジェクト。 - arg1
書式指定文字列に書き込む 2 番目のオブジェクト。
必要条件
プラットフォーム: 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 名前空間 | IndentedTextWriter.WriteLine オーバーロードの一覧