ItemCollection<TItem> Classe

Definição

Representa uma coleção de itens.

generic <typename TItem>
 where TItem : Itempublic ref class ItemCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<TItem>
public sealed class ItemCollection<TItem> : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<TItem> where TItem : Item
Public NotInheritable Class ItemCollection(Of TItem)
Inherits ComplexProperty
Implements IEnumerable(Of TItem)

Parâmetros de tipo

TItem

O tipo de item que a coleção contém.

Herança
ItemCollection<TItem>
Implementações
IEnumerable<TItem>

Propriedades

Count

Obtém o número total de itens na coleção.

Item[Int32]

Obtém o item no índice especificado.

Métodos

GetEnumerator()

Obtém um enumerador que itera por meio dos elementos da coleção.

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Obtém um enumerador que itera por meio dos elementos da coleção. O IEnumerable.GetEnumerator() método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2013.

Aplica-se a