April 2002
Intermediate to advanced
688 pages
19h 51m
English
Debug.WriteLineIf Method
System.Diagnostics.Debug
Debug.WriteLineIf(booleanexpression,Output[,Category])
booleanexpression (required; Boolean)Condition required for output to be produced
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
Prints text followed by a newline character in the Output window in
the design- time environment, provided that
booleanexpression is
True
This method behaves identically to Debug.WriteLine, except that
nothing is output unless booleanexpression
is True.