共用方式為


TestElement.GetEditableItemsFromDeploymentItems 方法

傳回部署項目集合所產生的可編輯項目的名稱陣列。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Protected Shared Function GetEditableItemsFromDeploymentItems ( _
    deploymentItems As DeploymentItemCollection _
) As String()
protected static string[] GetEditableItemsFromDeploymentItems(
    DeploymentItemCollection deploymentItems
)
protected:
static array<String^>^ GetEditableItemsFromDeploymentItems(
    DeploymentItemCollection^ deploymentItems
)
static member GetEditableItemsFromDeploymentItems : 
        deploymentItems:DeploymentItemCollection -> string[] 
protected static function GetEditableItemsFromDeploymentItems(
    deploymentItems : DeploymentItemCollection
) : String[]

參數

傳回值

型別:array<System.String[]
部署項目集合所產生的可編輯項目的名稱陣列。

.NET Framework 安全性

請參閱

參考

TestElement 類別

Microsoft.VisualStudio.TestTools.Common 命名空間

GetDeploymentItemsFromEditableItems