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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。