TestElement.GetDeploymentItemsFromEditableItems(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.