ITestResult.Comment 属性

 

获取或设置由分析此结果的人员输入的累积注释。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

string Comment { get; set; }
property String^ Comment {
    String^ get();
    void set(String^ value);
}
abstract Comment : string with get, set
Property Comment As String

属性值

Type: System.String

由分析此结果的人员输入的累积注释。

请参阅

ITestResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首