TestElement.Storage, propriété
Obtient ou définit le chemin d'accès de l'emplacement de stockage des éléments de déploiement pour cet élément.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")> _
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
Public Overridable Property Storage As String
Get
Set
[UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public virtual string Storage { get; set; }
[UserVisiblePropertyAttribute(L"{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public:
virtual property String^ Storage {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
abstract Storage : string with get, set
[<UserVisiblePropertyAttribute("{FCCF87D7-C683-47d8-8DCB-81C4472F32F3}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
override Storage : string with get, set
function get Storage () : String
function set Storage (value : String)
Valeur de propriété
Type : System.String
Le chemin d'accès de l'emplacement de stockage des éléments de déploiement pour cet élément.
Implémentations
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.