IMessageReceiver::Message Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, captures the specified output.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

void Message(
	String^ strValue
)

Parameters

strValue
Type: System::String^

The output to capture.

An implementation of this method can send the output to any location you want. For example, it can send the output to a file, store it in a data structure, or print it to a console.

.NET Framework
Available since 1.1
Return to top
Show: