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


TestAggregation - конструктор (String, String)

Инициализирует новый экземпляр класса TestAggregation.

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

Синтаксис

'Декларация
Protected Sub New ( _
    name As String, _
    description As String _
)
protected TestAggregation(
    string name,
    string description
)
protected:
TestAggregation(
    String^ name, 
    String^ description
)
new : 
        name:string * 
        description:string -> TestAggregation
protected function TestAggregation(
    name : String, 
    description : String
)

Параметры

  • name
    Тип: String

    Имя для данного агрегата теста.

  • description
    Тип: String

    Описание для данного агрегата теста.

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

См. также

Ссылки

TestAggregation Класс

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

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