Compartilhar via


Propriedade DisposableCollection<T>.Item

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Property Item ( _
    index As Integer _
) As T
public T this[
    int index
] { get; set; }

Parâmetros

Valor de propriedade

Tipo: T
Retorna Boolean.

Implementações

IList<T>.Item

Segurança do .NET Framework

Consulte também

Referência

DisposableCollection<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server