IBuildSystemServiceMessageWriter.

Write(string, object[]) Method

Summary

Writes a message to the build system output.

Syntax

void Write(string format, params object[] args)

Parameters

Name Type Description
format string A composite format string.
args object[] An array of objects to write using format.

Return Value

Type Description
void