Freigeben über


TestRunConfiguration.Storage-Eigenschaft

Ruft den Dateinamen ab, unter dem die Testlaufkonfiguration gespeichert wird, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<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)

Eigenschaftswert

Typ: System.String
Der Name der Testlaufkonfigurationsdatei.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace