PSHostUserInterface.WriteErrorLine(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.