PSHostUserInterface.WriteErrorLine(String) Method

Definition

Writes a line to the "error display" of the host, as opposed to the "output display," which is written to by the variants of Write(String)Write(ConsoleColor, ConsoleColor, String)WriteLine() and WriteLine(String)

public:
 abstract void WriteErrorLine(System::String ^ value);
public:
 abstract void WriteErrorLine(Platform::String ^ value);
 abstract void WriteErrorLine(std::wstring const & value);
public abstract void WriteErrorLine (string value);
abstract member WriteErrorLine : string -> unit
Public MustOverride Sub WriteErrorLine (value As String)

Parameters

value
String

The characters to be written.

Applies to

See also