Udostępnij za pośrednictwem


IndentedTextWriter.WriteLine Metoda

Definicja

Zapisuje określony ciąg, po którym następuje terminator wiersza, do strumienia tekstowego.

Przeciążenia

WriteLine(String, Object, Object)

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

WriteLine(Char[], Int32, Int32)

Zapisuje podarraj znaków, po którym następuje terminator wiersza, do strumienia tekstu.

WriteLine(String, ReadOnlySpan<Object>)

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

WriteLine(String, Object[])

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

WriteLine(String, Object)

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

WriteLine(String)

Zapisuje określony ciąg, po którym następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Single)

Zapisuje tekstową reprezentację pojedynczego elementu, po którym następuje terminator wiersza, do strumienia tekstowego.

WriteLine(UInt32)

Zapisuje tekstową reprezentację UInt32, po której następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Int64)

Zapisuje tekstową reprezentację 8-bajtowej liczby całkowitej, po której następuje terminator wiersza, do strumienia tekstu.

WriteLine(Int32)

Zapisuje reprezentację tekstu liczby całkowitej, po której następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Double)

Zapisuje reprezentację tekstową elementu Double, po którym następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Char[])

Zapisuje tablicę znaków, po której następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Char)

Zapisuje znak, po którym następuje terminator wiersza, do strumienia tekstowego.

WriteLine(Boolean)

Zapisuje tekstową reprezentację wartości logicznej, po której następuje terminator wiersza, do strumienia tekstowego.

WriteLine()

Zapisuje terminator wierszy.

WriteLine(Object)

Zapisuje tekstową reprezentację obiektu, po którym następuje terminator wiersza, do strumienia tekstowego.

WriteLine(String, Object, Object)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

public:
 override void WriteLine(System::String ^ format, System::Object ^ arg0, System::Object ^ arg1);
public override void WriteLine (string format, object? arg0, object? arg1);
public override void WriteLine (string format, object arg0, object arg1);
override this.WriteLine : string * obj * obj -> unit
Public Overrides Sub WriteLine (format As String, arg0 As Object, arg1 As Object)

Parametry

format
String

Ciąg formatowania do użycia.

arg0
Object

Pierwszy obiekt do zapisania w sformatowany ciąg.

arg1
Object

Drugi obiekt do zapisania w sformatowany ciąg.

Dotyczy

WriteLine(Char[], Int32, Int32)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje podarraj znaków, po którym następuje terminator wiersza, do strumienia tekstu.

public:
 override void WriteLine(cli::array <char> ^ buffer, int index, int count);
public override void WriteLine (char[] buffer, int index, int count);
override this.WriteLine : char[] * int * int -> unit
Public Overrides Sub WriteLine (buffer As Char(), index As Integer, count As Integer)

Parametry

buffer
Char[]

Tablica znaków do zapisu danych.

index
Int32

Uruchamianie indeksu w buforze.

count
Int32

Liczba znaków do zapisania.

Dotyczy

WriteLine(String, ReadOnlySpan<Object>)

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

public:
 override void WriteLine(System::String ^ format, ReadOnlySpan<System::Object ^> arg);
public override void WriteLine (string format, scoped ReadOnlySpan<object?> arg);
override this.WriteLine : string * ReadOnlySpan<obj> -> unit
Public Overrides Sub WriteLine (format As String, arg As ReadOnlySpan(Of Object))

Parametry

format
String

Ciąg formatowania do użycia.

arg
ReadOnlySpan<Object>

Argument obejmuje dane wyjściowe.

Dotyczy

WriteLine(String, Object[])

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

public:
 override void WriteLine(System::String ^ format, ... cli::array <System::Object ^> ^ arg);
public override void WriteLine (string format, params object?[] arg);
public override void WriteLine (string format, params object[] arg);
override this.WriteLine : string * obj[] -> unit
Public Overrides Sub WriteLine (format As String, ParamArray arg As Object())

Parametry

format
String

Ciąg formatowania do użycia.

arg
Object[]

Tablica argumentów do danych wyjściowych.

Dotyczy

WriteLine(String, Object)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje sformatowany ciąg, po którym następuje terminator wierszy, używając tej samej semantyki co określony.

public:
 override void WriteLine(System::String ^ format, System::Object ^ arg0);
public override void WriteLine (string format, object? arg0);
public override void WriteLine (string format, object arg0);
override this.WriteLine : string * obj -> unit
Public Overrides Sub WriteLine (format As String, arg0 As Object)

Parametry

format
String

Ciąg formatowania.

arg0
Object

Obiekt do zapisania w sformatowany ciąg.

Dotyczy

WriteLine(String)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje określony ciąg, po którym następuje terminator wiersza, do strumienia tekstowego.

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

Parametry

s
String

Ciąg do zapisania.

Dotyczy

WriteLine(Single)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje tekstową reprezentację pojedynczego elementu, po którym następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(float value);
public override void WriteLine (float value);
override this.WriteLine : single -> unit
Public Overrides Sub WriteLine (value As Single)

Parametry

value
Single

single do zapisu.

Dotyczy

WriteLine(UInt32)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Zapisuje tekstową reprezentację UInt32, po której następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(System::UInt32 value);
[System.CLSCompliant(false)]
public override void WriteLine (uint value);
[<System.CLSCompliant(false)>]
override this.WriteLine : uint32 -> unit
Public Overrides Sub WriteLine (value As UInteger)

Parametry

value
UInt32

UInt32 do danych wyjściowych.

Atrybuty

Dotyczy

WriteLine(Int64)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje tekstową reprezentację 8-bajtowej liczby całkowitej, po której następuje terminator wiersza, do strumienia tekstu.

public:
 override void WriteLine(long value);
public override void WriteLine (long value);
override this.WriteLine : int64 -> unit
Public Overrides Sub WriteLine (value As Long)

Parametry

value
Int64

Liczba całkowita 8-bajtowa do zapisu.

Dotyczy

WriteLine(Int32)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje reprezentację tekstu liczby całkowitej, po której następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(int value);
public override void WriteLine (int value);
override this.WriteLine : int -> unit
Public Overrides Sub WriteLine (value As Integer)

Parametry

value
Int32

Liczba całkowita do zapisania.

Dotyczy

WriteLine(Double)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje reprezentację tekstową elementu Double, po którym następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(double value);
public override void WriteLine (double value);
override this.WriteLine : double -> unit
Public Overrides Sub WriteLine (value As Double)

Parametry

value
Double

double do zapisu.

Dotyczy

WriteLine(Char[])

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje tablicę znaków, po której następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(cli::array <char> ^ buffer);
public override void WriteLine (char[]? buffer);
public override void WriteLine (char[] buffer);
override this.WriteLine : char[] -> unit
Public Overrides Sub WriteLine (buffer As Char())

Parametry

buffer
Char[]

Tablica znaków do zapisania.

Dotyczy

WriteLine(Char)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje znak, po którym następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(char value);
public override void WriteLine (char value);
override this.WriteLine : char -> unit
Public Overrides Sub WriteLine (value As Char)

Parametry

value
Char

Znak do zapisania.

Dotyczy

WriteLine(Boolean)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje tekstową reprezentację wartości logicznej, po której następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(bool value);
public override void WriteLine (bool value);
override this.WriteLine : bool -> unit
Public Overrides Sub WriteLine (value As Boolean)

Parametry

value
Boolean

Wartość logiczna do zapisu.

Dotyczy

WriteLine()

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje terminator wierszy.

public:
 override void WriteLine();
public override void WriteLine ();
override this.WriteLine : unit -> unit
Public Overrides Sub WriteLine ()

Dotyczy

WriteLine(Object)

Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs
Źródło:
IndentedTextWriter.cs

Zapisuje tekstową reprezentację obiektu, po którym następuje terminator wiersza, do strumienia tekstowego.

public:
 override void WriteLine(System::Object ^ value);
public override void WriteLine (object? value);
public override void WriteLine (object value);
override this.WriteLine : obj -> unit
Public Overrides Sub WriteLine (value As Object)

Parametry

value
Object

Obiekt do zapisu.

Dotyczy