TestRunConfiguration.DeploymentItems 属性

获取或设置要随测试运行部署的项目集合。

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

语法

声明
Public Property DeploymentItems As DeploymentItemCollection
    Get
    Private Set
public DeploymentItemCollection DeploymentItems { get; private set; }
public:
property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
    private: void set (DeploymentItemCollection^ value);
}
member DeploymentItems : DeploymentItemCollection with get, private set
function get DeploymentItems () : DeploymentItemCollection
private function set DeploymentItems (value : DeploymentItemCollection)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
部署项。

备注

部署项包含需要在测试运行中部署的文件、目录或其他项。

.NET Framework 安全性

请参见

参考

TestRunConfiguration 类

Microsoft.VisualStudio.TestTools.Common 命名空间

DeploymentItemCollection