TestElement.Storage-Eigenschaft
Ruft den Pfad des Speicherorts der Bereitstellungselemente für dieses Element ab oder legt ihn fest.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")> _
<PropertyWindowAttribute> _
Public Overridable Property Storage As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
public virtual string Storage { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
public:
virtual property String^ Storage {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
abstract Storage : string with get, set
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
override Storage : string with get, set
function get Storage () : String
function set Storage (value : String)
Eigenschaftswert
Typ: String
Der Pfad des Speicherorts der Bereitstellungselemente für dieses Element.
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.