IUserInterfaceWriteLine Method |
Name | Description | |
---|---|---|
![]() | WriteLine |
Writes a line terminator to the user interface and the application
log.
|
![]() | WriteLine(String) |
Writes a string followed by a line terminator to the user
interface and the application log.
|
![]() | WriteLine(String, Object) |
Writes a formatted string to the user interface and the application
log, using the same semantics as System.String.Format. A line
terminator is written after the formatted string.
|