ITmi.UpdateTests Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Updates those tests in the UI of Visual Studio Test Professional by using the provided collection of tests.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub UpdateTests ( _
tests As ICollection _
)
void UpdateTests(
ICollection tests
)
void UpdateTests(
ICollection^ tests
)
abstract UpdateTests :
tests:ICollection -> unit
function UpdateTests(
tests : ICollection
)
Parameters
tests
Type: ICollectionA collection of TestElement objects.
.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.