August 2001
Intermediate to advanced
656 pages
18h 5m
English
Debug.WriteLine Method
System.Diagnostics.Debug
Debug.WriteLine(Output[, Category])Output
Use: Required
Data Type: String or Object
The string to be sent to the Output window, or the object whose name is to be sent to the Output window
Category
Use: Optional
Data Type: String
A category name used to group output messages
Prints text, followed by a newline command, in the Output window in the design-time environment
This method is identical to Debug.Write except that a newline command is sent to the Output window after any text is written.
Read now
Unlock full access