ITestAdapter.ReceiveMessage Method
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)
Syntax
'Declaration
Sub ReceiveMessage ( _
message As Object _
)
void ReceiveMessage(
Object message
)
void ReceiveMessage(
Object^ message
)
abstract ReceiveMessage :
message:Object -> unit
function ReceiveMessage(
message : Object
)
Parameters
message
Type: ObjectThe message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.