DeploymentItemAttribute コンストラクター (String)
DeploymentItemAttribute クラスの新しいインスタンスを初期化します。 path パラメーターを使用して、配置するファイルまたはディレクトリへのパスを指定します。
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
Public Sub New ( _
path As String _
)
public DeploymentItemAttribute(
string path
)
public:
DeploymentItemAttribute(
String^ path
)
new :
path:string -> DeploymentItemAttribute
public function DeploymentItemAttribute(
path : String
)
パラメーター
- path
型: System.String
配置する配置項目または配置ディレクトリの相対パスまたは絶対パスです。すべての項目またはディレクトリは、配置済みのテスト アセンブリが存在するディレクトリに配置されます。
解説
相対パスの設定は、.testrunconfig ファイルの RelativePathRoot 設定にあります。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
DeploymentItemAttribute オーバーロード
Microsoft.VisualStudio.TestTools.WebTesting 名前空間