TestElement.DeploymentItemsEditable Property

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

Syntax

'宣言
<PropertyWindowAttribute> _
Public Overridable Property DeploymentItemsEditable As String()
'使用
Dim instance As TestElement
Dim value As String()

value = instance.DeploymentItemsEditable

instance.DeploymentItemsEditable = value
[PropertyWindowAttribute]
public virtual string[] DeploymentItemsEditable { get; set; }
[PropertyWindowAttribute]
public:
virtual property array<String^>^ DeploymentItemsEditable {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
public function get DeploymentItemsEditable () : String[]
public function set DeploymentItemsEditable (value : String[])

Property Value

Type: []

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace