Share via


TestElement.GetDeploymentItemsFromEditableItems(String[]) Method

Definition

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.

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

Parameters

editableItems
String[]

An array of the names of those items that are associated with this test element that are editable.

Returns

A collection of deployment items that are editable.

Applies to