OrderByCollection.Add(PropertyDefinitionBase, SortDirection) 方法

定义

将指定的属性定义/排序方向对添加到集合。

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);

参数

propertyDefinition
PropertyDefinitionBase

属性定义。

sortDirection
SortDirection

升序或降序排序。

适用于