共用方式為


DisposableCollection<T>.Item 屬性

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Public Default Property Item ( _
    index As Integer _
) As T
public T this[
    int index
] { get; set; }

參數

屬性值

型別:T
傳回 Boolean

實作

IList<T>.Item

.NET Framework 安全性

請參閱

參考

DisposableCollection<T> 類別

Microsoft.TeamFoundation.Framework.Server 命名空間