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