IUserInterfaceWriteLine Method (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.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntaxvoid WriteLine(
string format,
params Object[] args
)
Sub WriteLine (
format As String,
ParamArray args As Object()
)
void WriteLine(
String^ format,
... array<Object^>^ args
)
abstract WriteLine :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: SystemString
[Missing <param name="format"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String,System.Object[])"]
See Also