共用方式為


IConfigurationSummary.TestSummaries 屬性

注意:這個應用程式開發介面現在已經過時。

取得與這個組態的測試摘要。

命名空間:  Microsoft.TeamFoundation.Build.Client
組件:  Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)

語法

'宣告
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
ReadOnly Property TestSummaries As List(Of ITestSummary)
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
List<ITestSummary> TestSummaries { get; }

屬性值

類型:System.Collections.Generic.List<ITestSummary>
與這個組態的測試摘要。

.NET Framework 安全性

請參閱

參考

IConfigurationSummary 介面

Microsoft.TeamFoundation.Build.Client 命名空間