PSHostUserInterface.WriteDebugLine(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.
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