Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Protected Shared Function GetEditableItemsFromDeploymentItems ( _
deploymentItems As DeploymentItemCollection _
) As String()
'使用
Dim deploymentItems As DeploymentItemCollection
Dim returnValue As String()
returnValue = TestElement.GetEditableItemsFromDeploymentItems(deploymentItems)
protected static string[] GetEditableItemsFromDeploymentItems(
DeploymentItemCollection deploymentItems
)
protected:
static array<String^>^ GetEditableItemsFromDeploymentItems(
DeploymentItemCollection^ deploymentItems
)
protected static function GetEditableItemsFromDeploymentItems(
deploymentItems : DeploymentItemCollection
) : String[]
Parameters
- deploymentItems
Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Return Value
Type: []
Permissions
- 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.