April 2002
Intermediate to advanced
688 pages
19h 51m
English
Debug.WriteIf Method
System.Diagnostics.Debug
Debug.WriteIf(condition, message[,Category])
or:
Debug.WriteIf(condition, value[,Category])
condition (required; Boolean)Condition required for output to proceed
message (required; String) The string to be sent to the Output window, or the object whose name is to be sent to the Output window
value (required; any)An object whose name is to be sent to the Output window
Category (optional; String)A category name used to group output messages
Prints text in the Output window in the design-time environment,
provided that condition is
True
This method behaves identically to Debug.Write, with the exception
that nothing is output unless condition is
True.
Read now
Unlock full access