TestElement.GetDeploymentItemsFromEditableItems Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Protected Shared Function GetDeploymentItemsFromEditableItems ( _
    editableItems As String() _
) As DeploymentItemCollection
'使用
Dim editableItems As String()
Dim returnValue As DeploymentItemCollection

returnValue = TestElement.GetDeploymentItemsFromEditableItems(editableItems)
protected static DeploymentItemCollection GetDeploymentItemsFromEditableItems(
    string[] editableItems
)
protected:
static DeploymentItemCollection^ GetDeploymentItemsFromEditableItems(
    array<String^>^ editableItems
)
protected static function GetDeploymentItemsFromEditableItems(
    editableItems : String[]
) : DeploymentItemCollection

Parameters

  • editableItems
    Type: []

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace