Compartir a través de


AspNetDevelopmentServerAttribute (Constructor) (String, String)

Inicializa una nueva instancia de la clase AspNetDevelopmentServerAttribute con el nombre del servidor y la ruta de acceso a la aplicación Web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    pathToWebApp As String _
)
public AspNetDevelopmentServerAttribute(
    string name,
    string pathToWebApp
)
public:
AspNetDevelopmentServerAttribute(
    String^ name, 
    String^ pathToWebApp
)
new : 
        name:string * 
        pathToWebApp:string -> AspNetDevelopmentServerAttribute
public function AspNetDevelopmentServerAttribute(
    name : String, 
    pathToWebApp : String
)

Parámetros

  • pathToWebApp
    Tipo: System.String
    La ruta de acceso a la aplicación Web.También puede incluir variables de entorno.

Seguridad de .NET Framework

Vea también

Referencia

AspNetDevelopmentServerAttribute Clase

AspNetDevelopmentServerAttribute (Sobrecarga)

Microsoft.VisualStudio.TestTools.UnitTesting.Web (Espacio de nombres)

Otros recursos

ASP.NET Unit Tests