IndentedTextWriter.WriteLineNoTabs メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > IndentedTextWriter.WriteLineNoTabs メソッドの意味・解説 

IndentedTextWriter.WriteLineNoTabs メソッド

タブ適用されていない行に、指定した文字列書き込みます

名前空間: System.CodeDom.Compiler
アセンブリ: System (system.dll 内)
構文構文

Public Sub WriteLineNoTabs ( _
    s As String _
)
Dim instance As IndentedTextWriter
Dim s As String

instance.WriteLineNoTabs(s)
public void WriteLineNoTabs (
    string s
)
public:
void WriteLineNoTabs (
    String^ s
)
public void WriteLineNoTabs (
    String s
)
public function WriteLineNoTabs (
    s : String
)

パラメータ

s

書き込む文字列

使用例使用例

タブ文字列のインデント幅を適用せずに行を書き込むコード例次に示します

' Output a string using the WriteLineNoTabs method.
indentWriter.WriteLineNoTabs("This is a test phrase written with
 the IndentTextWriter.WriteLineNoTabs method.")
// Outputs a string using the WriteLineNoTabs method.
indentWriter.WriteLineNoTabs("This is a test phrase written with the IndentTextWriter.WriteLineNoTabs
 method.");
// Outputs a string using the WriteLineNoTabs method.
      indentWriter->WriteLineNoTabs( "This is a test phrase written with
 the IndentTextWriter.WriteLineNoTabs method." );
indentWriter.WriteLineNoTabs("This is a test phrase written with"
    +" the IndentTextWriter.WriteLineNoTabs method.");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IndentedTextWriter クラス
IndentedTextWriter メンバ
System.CodeDom.Compiler 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からIndentedTextWriter.WriteLineNoTabs メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からIndentedTextWriter.WriteLineNoTabs メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からIndentedTextWriter.WriteLineNoTabs メソッドを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

IndentedTextWriter.WriteLineNoTabs メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



IndentedTextWriter.WriteLineNoTabs メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS