AspNetDevelopmentServerAttribute コンストラクター (String, String)
サーバー名と 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 _
)
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
)
パラメーター
- name
型 : System.String
ASP.NET 開発サーバーの名前です。この名前は、1 つのテストで指定されるすべての AspNetDevelopmentServerAttribute に対して一意である必要があります。
- pathToWebApp
型 : System.String
Web アプリケーションへのパスです。環境変数を含めることもできます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
関連項目
AspNetDevelopmentServerAttribute クラス
AspNetDevelopmentServerAttribute オーバーロード
Microsoft.VisualStudio.TestTools.UnitTesting.Web 名前空間