Поделиться через


TestElement - конструктор (TestElement)

Инициализирует новый экземпляр класса TestElement, используя предоставленную копию элемента теста.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
Protected Sub New ( _
    copy As TestElement _
)
protected TestElement(
    TestElement copy
)
protected:
TestElement(
    TestElement^ copy
)
new : 
        copy:TestElement -> TestElement
protected function TestElement(
    copy : TestElement
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

TestElement Класс

TestElement - перегрузка

Microsoft.VisualStudio.TestTools.Common - пространство имен