Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Shared Function GetDeploymentItemsFromEditableItems ( _
editableItems As String() _
) As DeploymentItemCollection
protected static DeploymentItemCollection GetDeploymentItemsFromEditableItems(
string[] editableItems
)
protected:
static DeploymentItemCollection^ GetDeploymentItemsFromEditableItems(
array<String^>^ editableItems
)
static member GetDeploymentItemsFromEditableItems :
editableItems:string[] -> DeploymentItemCollection
protected static function GetDeploymentItemsFromEditableItems(
editableItems : String[]
) : DeploymentItemCollection
Parameters
editableItems
Type: array<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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.