TestElement.GetEditableItemsFromDeploymentItems Method

Definition

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

protected:
 static cli::array <System::String ^> ^ GetEditableItemsFromDeploymentItems(Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ deploymentItems);
protected static string[] GetEditableItemsFromDeploymentItems (Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection deploymentItems);
static member GetEditableItemsFromDeploymentItems : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection -> string[]
Protected Shared Function GetEditableItemsFromDeploymentItems (deploymentItems As DeploymentItemCollection) As String()

Parameters

deploymentItems
DeploymentItemCollection

Returns

String[]

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

Applies to