TestElement.GetDeploymentItemsFromEditableItems Method

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<System.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

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

GetEditableItemsFromDeploymentItems