TestElement.GetDeploymentItemsFromEditableItems 方法

返回从提供的与可编辑的测试关联的项目的名称数组中生成的部署项目的集合。

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

语法

声明
Protected Shared Function GetDeploymentItemsFromEditableItems ( _
    editableItems As String() _
) As DeploymentItemCollection
protected static DeploymentItemCollection GetDeploymentItemsFromEditableItems(
    string[] editableItems
)
protected:
static DeploymentItemCollection^ GetDeploymentItemsFromEditableItems(
    array<String^>^ editableItems
)
static member GetDeploymentItemsFromEditableItems : 
        editableItems:string[] -> DeploymentItemCollection 
protected static function GetDeploymentItemsFromEditableItems(
    editableItems : String[]
) : DeploymentItemCollection

参数

  • editableItems
    类型:array<System.String[]
    与此测试元素关联的可编辑项的名称数组。

返回值

类型:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
可编辑的部署项的集合。

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间

GetEditableItemsFromDeploymentItems