IResultSink.AddResult(TestMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the message to the result sink.
public:
void AddResult(Microsoft::VisualStudio::TestTools::Common::TestMessage ^ testMessage);
public void AddResult (Microsoft.VisualStudio.TestTools.Common.TestMessage testMessage);
abstract member AddResult : Microsoft.VisualStudio.TestTools.Common.TestMessage -> unit
Public Sub AddResult (testMessage As TestMessage)
Parameters
- testMessage
- TestMessage
The TestMessage to add to the result sink.