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()
[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[])

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

Microsoft.VisualStudio.TestTools.Common Namespace