Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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[]
Parameters
- deploymentItems
Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Return Value
Type: array<String[]
An array of the names of editable items that is generated from a collection of deployment items.
.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.