ITestElement.DeploymentItems 属性

获取与测试用例一起部署的文件的集合。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
ReadOnly Property DeploymentItems As DeploymentItemCollection
    Get
DeploymentItemCollection DeploymentItems { get; }
property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
}
abstract DeploymentItems : DeploymentItemCollection
function get DeploymentItems () : DeploymentItemCollection

属性值

类型:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
与测试用例一起部署的文件的集合。

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

DeploymentItemCollection

DeploymentItem

TestRun