Propriedade TestRunConfiguration.Storage
Obtém ou define o nome do arquivo onde a configuração de execução está armazenada.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<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)
Valor de propriedade
Tipo: System.String
O nome do arquivo de configuração de execução.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.