Information
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::GetEditableItemsFromDeploymentItems Method (DeploymentItemCollection^)

 

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)

protected:
static array<String^>^ GetEditableItemsFromDeploymentItems(
	DeploymentItemCollection^ deploymentItems
)

Return Value

Type: array<System::String^>^

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

Return to top
Show: