Sdílet prostřednictvím


TestAggregation – konstruktor (String, String)

Vytvoří novou instanci třídy TestAggregation.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • name
    Typ: String

    Název pro tento test agregace.

  • description
    Typ: String

    Popis pro tento test agregace.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAggregation Třída

TestAggregation – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů