Compartilhar via


Construtor AspNetDevelopmentServerAttribute (String, String)

Inicializa uma nova instância de AspNetDevelopmentServerAttribute classe com o nome do servidor e o caminho para o aplicativo da Web.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
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
    O caminho para o aplicativo da Web.Isso também pode incluir variáveis de ambiente.

Segurança do .NET Framework

Consulte também

Referência

AspNetDevelopmentServerAttribute Classe

Sobrecargas AspNetDevelopmentServerAttribute

Namespace Microsoft.VisualStudio.TestTools.UnitTesting.Web

Outros recursos

ASP.NET Unit Tests