IndentedTextWriter.WriteLineNoTabs(String) Método

Definição

Escreve a string especificada numa linha sem tabulações.

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

Parâmetros

s
String

A sequência para escrever.

Exemplos

O exemplo de código seguinte demonstra a escrita de uma linha sem indentações de sequência de tabulação.

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

Aplica-se a