Share via


ITmi.UpdateTest(ITestElement) Method

Definition

Updates the provided test in the UI of Visual Studio Test Professional by using the provided test.

public:
 Microsoft::VisualStudio::TestTools::Common::ITestElement ^ UpdateTest(Microsoft::VisualStudio::TestTools::Common::ITestElement ^ test);
public Microsoft.VisualStudio.TestTools.Common.ITestElement UpdateTest (Microsoft.VisualStudio.TestTools.Common.ITestElement test);
abstract member UpdateTest : Microsoft.VisualStudio.TestTools.Common.ITestElement -> Microsoft.VisualStudio.TestTools.Common.ITestElement
Public Function UpdateTest (test As ITestElement) As ITestElement

Parameters

test
ITestElement

A TestElement object.

Returns

The updated test element.

Applies to