Partager via


AspNetDevelopmentServerAttribute, constructeur (String, String)

Initialise une nouvelle instance de la classe AspNetDevelopmentServerAttribute avec le nom du serveur et le chemin d'accès à l'application Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • pathToWebApp
    Type : System.String
    Chemin d'accès à l'application Web.Il peut aussi inclure des variables d'environnement.

Sécurité .NET Framework

Voir aussi

Référence

AspNetDevelopmentServerAttribute Classe

AspNetDevelopmentServerAttribute, surcharge

Microsoft.VisualStudio.TestTools.UnitTesting.Web, espace de noms

Autres ressources

ASP.NET Unit Tests