GroupedFindItemsResults<TItem>.ItemGroups Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les groupes d’éléments retournés par l’opération de recherche.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ItemGroup<TItem> ^> ^ ItemGroups { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ItemGroup<TItem> ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.ItemGroup<TItem>> ItemGroups { get; }
Public ReadOnly Property ItemGroups As Collection(Of ItemGroup(Of TItem))
Valeur de propriété
Collection<ItemGroup<TItem>>
Collection des groupes d’éléments.