ITestPointProperties.Comment 属性

 

发布时间: 2016年4月

获取或设置关联的测试点的注释。

命名空间:   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

关联的测试点的注释。

请参阅

ITestPoint
ITestPointProperties 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首