TestElement.Storage (Propiedad)

Obtiene o establece la ruta de acceso a la ubicación de almacenamiento de los elementos de implementación para este elemento.

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

Sintaxis

'Declaración
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")> _
Public Overridable Property Storage As String
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
public virtual string Storage { get; set; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
public:
virtual property String^ Storage {
    String^ get ();
    void set (String^ value);
}
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
abstract Storage : string with get, set
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
override Storage : string with get, set
function get Storage () : String
function set Storage (value : String)

Valor de propiedad

Tipo: System.String
Ruta de acceso a la ubicación de almacenamiento de los elementos de implementación de este elemento.

Implementaciones

ITestElement.Storage

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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