TestStepEventArgs.TestStepDescription 属性

定义

获取或设置测试步骤的说明。

public:
 property System::String ^ TestStepDescription { System::String ^ get(); };
public string TestStepDescription { get; }
member this.TestStepDescription : string
Public ReadOnly Property TestStepDescription As String

属性值

String

返回测试步骤的说明。

适用于