Debug.Unindent メソッド
アセンブリ: System (system.dll 内)


インデント レベルを設定し、デバッグ メッセージを出力する例を次に示します。
Debug.WriteLine("List of errors:") Debug.Indent() Debug.WriteLine("Error 1: File not found") Debug.WriteLine("Error 2: Directory not found") Debug.Unindent() Debug.WriteLine("End of list of errors")
Debug.WriteLine("List of errors:"); Debug.Indent(); Debug.WriteLine("Error 1: File not found"); Debug.WriteLine("Error 2: Directory not found"); Debug.Unindent(); Debug.WriteLine("End of list of errors");
Debug::WriteLine( "List of errors:" ); Debug::Indent(); Debug::WriteLine( "Error 1: File not found" ); Debug::WriteLine( "Error 2: Directory not found" ); Debug::Unindent(); Debug::WriteLine( "End of list of errors" );
Debug.WriteLine("List of errors:"); Debug.Indent(); Debug.WriteLine("Error 1: File not found"); Debug.WriteLine("Error 2: Directory not found"); Debug.Unindent(); Debug.WriteLine("End of list of errors");

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDebug.Unindent メソッドを検索する場合は、下記のリンクをクリックしてください。

- Debug.Unindent メソッドのページへのリンク