AspNetDevelopmentServerHostAttribute, constructeur (String)
Initialise une nouvelle instance de la classe AspNetDevelopmentServerHostAttribute avec le nom du chemin d'accès complet.
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 ( _
pathToWebApp As String _
)
public AspNetDevelopmentServerHostAttribute(
string pathToWebApp
)
public:
AspNetDevelopmentServerHostAttribute(
String^ pathToWebApp
)
new :
pathToWebApp:string -> AspNetDevelopmentServerHostAttribute
public function AspNetDevelopmentServerHostAttribute(
pathToWebApp : String
)
Paramètres
- pathToWebApp
Type : System.String
Chemin d'accès complet de l'application Web.Le chemin d'accès peut inclure des variables d'environnement telles que %TEMPDIR%\website1.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AspNetDevelopmentServerHostAttribute Classe
AspNetDevelopmentServerHostAttribute, surcharge
Microsoft.VisualStudio.TestTools.UnitTesting.Web, espace de noms