Aracılığıyla paylaş


AspNetDevelopmentServerAttribute Oluşturucu (String, String)

Yeni bir örneğini başlatır AspNetDevelopmentServerAttribute sınıfı sunucu adını ve Web uygulaması yolu ile.

Ad alanı:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Derleme:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

  • pathToWebApp
    Tür: System.String
    Web uygulama yolu.Ayrıca, bu ortam değişkenleri içerebilir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AspNetDevelopmentServerAttribute Sınıf

AspNetDevelopmentServerAttribute Fazla Yük

Microsoft.VisualStudio.TestTools.UnitTesting.Web Ad Alanı

Diğer Kaynaklar

ASP.NET Unit Tests