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
- name
Tür: System.String
asp adıdır.net Development Server.Bu ad tüm benzersiz AspNetDevelopmentServerAttribute belirtilen tek bir test.
- pathToWebApp
Tür: System.String
Web uygulama yolu.Ayrıca, bu ortam değişkenleri içerebilir.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.
Ayrıca bkz.
Başvuru
AspNetDevelopmentServerAttribute Sınıf
AspNetDevelopmentServerAttribute Fazla Yük
Microsoft.VisualStudio.TestTools.UnitTesting.Web Ad Alanı