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

昇順または降順の並べ替え順序。

適用対象