Debug.WriteLine Method

   
Debug.WriteLine Method

Class

System.Diagnostics.Debug

Syntax

 Debug.WriteLine(   Output   [,   Category   ]) 
Output (required; 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 (optional; String)

A category name used to group output messages

Description

Prints text, followed by a newline command, in the Output window in the design- time environment

Rules at a Glance

This method is identical to Debug.Write except that a newline command is sent to the Output window after any text is written.

See Also

Debug.Write Method, Debug.WriteIf Method, Debug.WriteLineIf Method

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net