DeploymentItemAttribute 建構函式 (String)
初始化 DeploymentItemAttribute 類別的新執行個體。 以此建構函式所建立的物件將會以部署項目的路徑或目錄進行初始化。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.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
要部署之部署項目或部署目錄的相對路徑或絕對路徑。所有項目或目錄都將會部署至已部署之測試組件所在的目錄。
備註
此相對路徑設定可以在 .testsettings 檔案的 RelativePathRoot 設定中找到。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UnitTesting 命名空間