AspNetDevelopmentServerAttribute 建構函式 (String, String, String)
初始化具有伺服器名稱、Web 應用程式路徑和 Web 應用程式根目錄之 AspNetDevelopmentServerAttribute 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting.Web
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
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
)
參數
- name
型別:System.String
伺服器的名稱。
- pathToWebApp
型別:System.String
Web 應用程式的路徑。這也可以包含環境變數,例如 %TEMPDIR%\website1。
- webAppRoot
型別:System.String
Web 應用程式根目錄。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
AspNetDevelopmentServerAttribute 類別
AspNetDevelopmentServerAttribute 多載
Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空間