Returns a collection of deployment items that is generated from the provided array of the names of those items that are associated with this test that are editable.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
Parameters
- editableItems 
 Type: array<String[]- An array of the names of those items that are associated with this test element that are editable. 
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
A collection of deployment items that are editable.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.