Share via


ITmi.UpdateTest Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Function UpdateTest ( _
    test As ITestElement _
) As ITestElement
ITestElement UpdateTest(
    ITestElement test
)
ITestElement^ UpdateTest(
    ITestElement^ test
)
abstract UpdateTest : 
        test:ITestElement -> ITestElement 
function UpdateTest(
    test : ITestElement
) : ITestElement

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
The updated test element.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement