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