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
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
Public Property Storage As String
Get
Set
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public string Storage { get; set; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public:
property String^ Storage {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.