Partilhar via


Método ITmi.UpdateTests

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Atualiza os testes na interface de usuário do Visual Studio Test Professional por meio da coleção de testes.

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

Sintaxe

'Declaração
Sub UpdateTests ( _
    tests As ICollection _
)
void UpdateTests(
    ICollection tests
)
void UpdateTests(
    ICollection^ tests
)
abstract UpdateTests : 
        tests:ICollection -> unit 
function UpdateTests(
    tests : ICollection
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestElement