Share via


TestElement.GetEditableItemsFromDeploymentItems Method

Returns an array of the names of editable items that is generated from a collection of deployment items.

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

Syntax

'Declaration
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[]

Parameters

Return Value

Type: array<String[]
An array of the names of editable items that is generated from a collection of deployment items.

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

GetDeploymentItemsFromEditableItems