TestElement.m_deploymentItems Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("deploymentItems")> _
Protected m_deploymentItems As DeploymentItemCollection
'使用
Dim value As DeploymentItemCollection

value = Me.m_deploymentItems

Me.m_deploymentItems = value
[PersistenceElementNameAttribute("deploymentItems")]
protected DeploymentItemCollection m_deploymentItems
[PersistenceElementNameAttribute(L"deploymentItems")]
protected:
DeploymentItemCollection^ m_deploymentItems
protected var m_deploymentItems : DeploymentItemCollection

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace