IImpactedTestPoint.Builds 属性

 

获取此测试点在其中受影响的生成的列表。

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

语法

IList<Uri> Builds { get; }
property IList<Uri^>^ Builds {
    IList<Uri^>^ get();
}
abstract Builds : IList<Uri> with get
ReadOnly Property Builds As IList(Of Uri)

属性值

Type: System.Collections.Generic.IList<Uri>

生成的统一资源标识符 (URI) 的列表。

请参阅

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

返回页首