Share via


IndentedTextWriter.WriteLineNoTabs(String) Yöntem

Tanım

Belirtilen dizeyi sekmeler olmadan bir satıra yazar.

public:
 void WriteLineNoTabs(System::String ^ s);
public void WriteLineNoTabs (string? s);
public void WriteLineNoTabs (string s);
member this.WriteLineNoTabs : string -> unit
Public Sub WriteLineNoTabs (s As String)

Parametreler

s
String

Yazılacak dize.

Örnekler

Aşağıdaki kod örneği, sekme dizesi girintileri olmadan bir satır yazmayı gösterir.

// 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.");
' Output a string using the WriteLineNoTabs method.
indentWriter.WriteLineNoTabs("This is a test phrase written with the IndentTextWriter.WriteLineNoTabs method.")

Şunlara uygulanır