Partilhar via


Método ITmi.AddTests

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

Adiciona um conjunto de testes na interface do usuário do Visual Studio Test Professional.

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

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common