ITmi.UpdateTest(ITestElement) 方法

定义

使用提供的测试在 Visual Studio Test Professional 的 UI 中更新提供的测试。

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

参数

test
ITestElement

TestElement 对象。

返回

ITestElement

已更新的测试元素。

适用于