TestElement.DeploymentItemsEditable (Propiedad)

Obtiene una matriz de nombres de archivos para los elementos editables de la implementación.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
<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[])

Valor de propiedad

Tipo: array<System.String[]
Una matriz de nombres de archivos para los elementos editables de la implementación.

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)