Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Diagnostics.Debug Syntax
Debug.Write(output[, category])
Description
The Write method prints text to the Output Window and other debug listeners when an application runs in the design-time environment. Usage at a Glance
The Debug class features only work in the design-time environment; the statement has no effect in a compiled application. You do not have to remove Debug-related features from your code before release. See Also
Debug Class, Debug.WriteIf Method, Debug.WriteLine Method, Debug.WriteLineIf Method |
Категории