OrderByCollection.Add(PropertyDefinitionBase, SortDirection) Méthode
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.
Ajoute la paire définition de propriété/direction de tri spécifiée à la collection.
public:
void Add(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Microsoft::Exchange::WebServices::Data::SortDirection sortDirection);
public void Add (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, Microsoft.Exchange.WebServices.Data.SortDirection sortDirection);
Paramètres
- propertyDefinition
- PropertyDefinitionBase
Définition de propriété.
- sortDirection
- SortDirection
Ordre de tri croissant ou décroissant.