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