共用方式為


ITestPointStatistics.Item 屬性 (FailureType)

注意:這個 API 現在已經過時。

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

語法

'宣告
<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")> _
ReadOnly Default Property Item ( _
    failureType As FailureType _
) As Integer
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
int this[
    FailureType failureType
] { get; }
[ObsoleteAttribute(L"This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
property int default[FailureType failureType] {
    int get (FailureType failureType);
}
[<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>]
abstract Item : 
        failureType:FailureType -> int with get
JScript 不支援索引屬性。

參數

屬性值

類型:Int32

.NET Framework 安全性

請參閱

參考

ITestPointStatistics 介面

Item 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間