Partilhar via


Propriedade TestStepEventArgs.TestStepDescription

Obtém ou define a descrição da etapa de teste.

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

Sintaxe

'Declaração
Public Property TestStepDescription As String
    Get
    Private Set
public string TestStepDescription { get; private set; }
public:
property String^ TestStepDescription {
    String^ get ();
    private: void set (String^ value);
}
member TestStepDescription : string with get, private set
function get TestStepDescription () : String
private function set TestStepDescription (value : String)

Valor de propriedade

Tipo: System.String
Retorna uma descrição da etapa de teste.

Segurança do .NET Framework

Consulte também

Referência

TestStepEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)