Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestAdapter::ReceiveMessage Method (Object^)

 

Receives a downstream message from the user interface, a controller, or an agent.

Namespace:   Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

void ReceiveMessage(
	Object^ message
)

Parameters

message
Type: System::Object^

The message.

Return to top
Show: