Share via


TestElement.DeploymentItemsEditable Property

Definition

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

public:
 virtual property cli::array <System::String ^> ^ DeploymentItemsEditable { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_DeploymentItems_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_DeploymentItems")]
public virtual string[] DeploymentItemsEditable { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_DeploymentItems_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_DeploymentItems")>]
member this.DeploymentItemsEditable : string[] with get, set
Public Overridable Property DeploymentItemsEditable As String()

Property Value

String[]

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

Attributes

Applies to