The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::GetDeploymentItemsFromEditableItems Method (array<String^>^)
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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
protected: static DeploymentItemCollection^ GetDeploymentItemsFromEditableItems( array<String^>^ editableItems )
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.
Show: