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 : Stringstring qui contient le nom de cette instance du serveur de développement ASP.NET.
pathToWebApp
Type : Stringstring qui contient le chemin d'accès complet de l'application web.
webAppRoot
Type : Stringstring qui contient le nom racine des applications Web.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AspNetDevelopmentServer Classe