IndentedTextWriter.WriteLineNoTabs(String) Metod

Definition

Skriver den angivna strängen till en rad utan flikar.

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

Parametrar

s
String

Strängen som ska skrivas.

Exempel

I följande kodexempel visas hur du skriver en rad utan indrag i fliksträngen.

// 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.")

Gäller för