[This is preliminary documentation and is subject to change.]
Access to commands that generate user output in the session results output.
| C# | Visual Basic | Visual C++ |
public interface IUserOutput
Public Interface IUserOutput
public interface class IUserOutput
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| WriteError(String) |
Write a user specific error to the output results.
| |
| WriteHtmlInformation(String) |
Write a user specific HTML text to the output results.
| |
| WriteInformation(String) |
Write a user specific information to the output results.
| |
| WriteWarning(String) |
Write a user specific warning to the output results.
|
May be used by the user to report user-specific results in the session results output.
The user may perform additional validation checks which he/she wants to write to the
results output.