Condividi tramite


Costruttore TestElement (TestId, String, String, String)

Inizializza una nuova istanza della classe TestElement.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String, _
    storage As String _
)
protected TestElement(
    TestId id,
    string name,
    string description,
    string storage
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description, 
    String^ storage
)
new : 
        id:TestId * 
        name:string * 
        description:string * 
        storage:string -> TestElement
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String, 
    storage : String
)

Parametri

  • description
    Tipo: System.String
    Descrizione di questo elemento di test.
  • storage
    Tipo: System.String
    Percorso relativo della cartella utilizzata per archiviare nel server i file associati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Overload TestElement

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestId