Udostępnij za pośrednictwem


InvocationConfiguration.Output Właściwość

Definicja

Pobiera lub ustawia standardowe dane wyjściowe.

public:
 property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public System.IO.TextWriter Output { get; set; }
member this.Output : System.IO.TextWriter with get, set
Public Property Output As TextWriter

Wartość właściwości

Wartość domyślna to Out.

Uwagi

Standardowe dane wyjściowe są używane przez pomoc i inne obiekty, które zapisują informacje o błędach. W celach testowych można ustawić je na nowe wystąpienie klasy StringWriter. Jeśli chcesz wyłączyć dane wyjściowe, ustaw go na Nullwartość .

Dotyczy