Freigeben über


AspNetDevelopmentServerHostAttribute-Konstruktor (String)

Initialisiert eine neue Instanz der AspNetDevelopmentServerHostAttribute-Klasse mit dem vollständigen Pfadnamen.

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

Syntax

'Declaration
Public Sub New ( _
    pathToWebApp As String _
)
public AspNetDevelopmentServerHostAttribute(
    string pathToWebApp
)
public:
AspNetDevelopmentServerHostAttribute(
    String^ pathToWebApp
)
new : 
        pathToWebApp:string -> AspNetDevelopmentServerHostAttribute
public function AspNetDevelopmentServerHostAttribute(
    pathToWebApp : String
)

Parameter

  • pathToWebApp
    Typ: System.String
    Der vollständige Pfad der Webanwendung.Der Pfad kann Umgebungsvariablen wie %TEMPDIR%\website1 enthalten.

.NET Framework-Sicherheit

Siehe auch

Referenz

AspNetDevelopmentServerHostAttribute Klasse

AspNetDevelopmentServerHostAttribute-Überladung

Microsoft.VisualStudio.TestTools.UnitTesting.Web-Namespace

Weitere Ressourcen

ASP.NET Unit Tests