Freigeben über


TestElement.GetEditableItemsFromDeploymentItems-Methode

Gibt ein Array mit den Namen der bearbeitbaren Elemente zurück, das aus einer Auflistung von Bereitstellungselementen generiert wird.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Protected Shared Function GetEditableItemsFromDeploymentItems ( _
    deploymentItems As DeploymentItemCollection _
) As String()
protected static string[] GetEditableItemsFromDeploymentItems(
    DeploymentItemCollection deploymentItems
)
protected:
static array<String^>^ GetEditableItemsFromDeploymentItems(
    DeploymentItemCollection^ deploymentItems
)
static member GetEditableItemsFromDeploymentItems : 
        deploymentItems:DeploymentItemCollection -> string[] 
protected static function GetEditableItemsFromDeploymentItems(
    deploymentItems : DeploymentItemCollection
) : String[]

Parameter

Rückgabewert

Typ: array<String[]
Ein Array mit den Namen der bearbeitbaren Elemente, das aus einer Auflistung von Bereitstellungselementen generiert wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

GetDeploymentItemsFromEditableItems