Compartilhar via


Propriedade TestRunConfiguration.Description

Obtém ou define a descrição da execução do teste.

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

Sintaxe

'Declaração
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Description As String
    Get
    Set
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Description { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valor de propriedade

Tipo: System.String
A descrição da execução do teste.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common