Partager via


TestRunConfiguration.Storage, propriété

Obtient ou définit le nom du fichier où la configuration d'exécution est stockée.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : System.String
Nom du fichier de configuration d'exécution.

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms