TestElement.DeploymentItemsEditable 属性

获取那些可编辑的部署项的文件名称数组。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<PropertyWindowAttribute> _
Public Overridable Property DeploymentItemsEditable As String()
    Get
    Set
[PropertyWindowAttribute]
public virtual string[] DeploymentItemsEditable { get; set; }
[PropertyWindowAttribute]
public:
virtual property array<String^>^ DeploymentItemsEditable {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
[<PropertyWindowAttribute>]
abstract DeploymentItemsEditable : string[] with get, set
[<PropertyWindowAttribute>]
override DeploymentItemsEditable : string[] with get, set
function get DeploymentItemsEditable () : String[]
function set DeploymentItemsEditable (value : String[])

属性值

类型:array<System.String[]
可编辑的部署项的文件名数组。

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间