ITestImplementation.DisplayText 属性

 

获取要在此链接的用户界面中向用户显示的文本。

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

语法

string DisplayText { get; }
property String^ DisplayText {
    String^ get();
}
abstract DisplayText : string with get
ReadOnly Property DisplayText As String

属性值

Type: System.String

要在此链接的用户界面中向用户显示的文本。

请参阅

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

返回页首