Share via


TestElement.DeploymentItemsEditable Property

Gets an array of the file names for those deployment items that are editable.

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

Syntax

'Declaration
<PropertyWindowAttribute> _
Public Overridable Property DeploymentItemsEditable As String()
'Usage
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: array<System.String[]
An array of the file names for those deployment items that are editable.

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace