TestElement (Constructor) (TestId, String, String, String)

Inicializa una nueva instancia de la clase TestElement.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • description
    Tipo: System.String
    La descripción de este elemento de prueba.
  • storage
    Tipo: System.String
    La ruta de acceso relativa a la carpeta del servidor donde se almacenan los archivos asociados.

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

TestElement (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestId