AspNetDevelopmentServerAttribute Oluşturucu (String, String, String)
Yeni bir örneğini başlatır AspNetDevelopmentServerAttribute server ile sınıf adı, Web uygulama ve Web uygulama kök yolu.
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, _
webAppRoot As String _
)
public AspNetDevelopmentServerAttribute(
string name,
string pathToWebApp,
string webAppRoot
)
public:
AspNetDevelopmentServerAttribute(
String^ name,
String^ pathToWebApp,
String^ webAppRoot
)
new :
name:string *
pathToWebApp:string *
webAppRoot:string -> AspNetDevelopmentServerAttribute
public function AspNetDevelopmentServerAttribute(
name : String,
pathToWebApp : String,
webAppRoot : String
)
Parametreler
- name
Tür: System.String
Sunucu adı.
- pathToWebApp
Tür: System.String
Web uygulama yolu.Bu da gibi ortam değişkenlerini içerebilir %TEMPDIR%\website1.
- webAppRoot
Tür: System.String
Web uygulama kök dizini.
.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ı