IUserInterfaceWriteLine Method (String) |
Writes a string followed by a line terminator to the user
interface and the application log.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntaxvoid WriteLine(
string text
)
Sub WriteLine (
text As String
)
void WriteLine(
String^ text
)
abstract WriteLine :
text : string -> unit
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:Landis.Core.IUserInterface.WriteLine(System.String)"]
See Also