Compartilhar via


Construtor TestElement (TestElement)

Inicializa uma nova instância de TestElement classe usando a cópia fornecida de um elemento de teste.

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

Sintaxe

'Declaração
Protected Sub New ( _
    copy As TestElement _
)
protected TestElement(
    TestElement copy
)
protected:
TestElement(
    TestElement^ copy
)
new : 
        copy:TestElement -> TestElement
protected function TestElement(
    copy : TestElement
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Sobrecargas TestElement

Namespace Microsoft.VisualStudio.TestTools.Common