Partager via


AspNetDevelopmentServer, constructeur

Initialise une instance de la classe AspNetDevelopmentServer à l'aide du nom, du chemin d'accès de l'application Web et du nom racine de l'application Web fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    pathToWebApp As String, _
    webAppRoot As String _
)
public AspNetDevelopmentServer(
    string name,
    string pathToWebApp,
    string webAppRoot
)
public:
AspNetDevelopmentServer(
    String^ name, 
    String^ pathToWebApp, 
    String^ webAppRoot
)
new : 
        name:string * 
        pathToWebApp:string * 
        webAppRoot:string -> AspNetDevelopmentServer
public function AspNetDevelopmentServer(
    name : String, 
    pathToWebApp : String, 
    webAppRoot : String
)

Paramètres

  • name
    Type : String

    string qui contient le nom de cette instance du serveur de développement ASP.NET.

  • pathToWebApp
    Type : String

    string qui contient le chemin d'accès complet de l'application web.

  • webAppRoot
    Type : String

    string qui contient le nom racine des applications Web.

Sécurité .NET Framework

Voir aussi

Référence

AspNetDevelopmentServer Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

Load

Save