PSHostUserInterface.WriteDebugLine(String) Method

Definition

Invoked by WriteDebug(String) to display a debugging message to the user.

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

Parameters

message
String

Applies to

See also