NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Debug.Write (String)

Writes a message to the trace listeners in the Listeners collection.

[Visual Basic]
Overloads Public Shared Sub Write( _
   ByVal message As String _
)
[C#]
public static void Write(
   string message
);
[C++]
public: static void Write(
   String* message
);
[JScript]
public static function Write(
   message : String
);

Parameters

message
A message to write.

Remarks

By default, the output is written to the managed code debuggers, the Microsoft.Win32.Interop.Windows.OutputDebugString API and to the Log method.

See Also

Debug Class | Debug Members | System.Diagnostics Namespace | Debug.Write Overload List | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute | ConditionalAttribute | ConditionalAttribute | ConditionalAttribute