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
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementA TestElement object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
The updated test element.
.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.