TestRunConfiguration.Storage (Propiedad)

Obtiene o establece el nombre de archivo donde se almacena la configuración de ejecución.

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

Sintaxis

'Declaración
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Storage As String
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Storage { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Storage {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Storage : string with get, set
function get Storage () : String
function set Storage (value : String)

Valor de propiedad

Tipo: System.String
Nombre del archivo de configuración de ejecución.

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

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