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
- 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.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.Execution
#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)