OrderByCollection クラス

定義

並べ替え方向で修飾されたプロパティ定義の順序付きコレクションを表します。

public ref class OrderByCollection sealed : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection>>
public sealed class OrderByCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase,Microsoft.Exchange.WebServices.Data.SortDirection>>
Public NotInheritable Class OrderByCollection
Implements IEnumerable(Of KeyValuePair(Of PropertyDefinitionBase, SortDirection))
継承
OrderByCollection
実装

プロパティ

Count

コレクション内のアイテムの数を取得します。

Item[Int32]

コレクション内の指定したインデックス位置にあるプロパティ定義を取得します。

メソッド

Add(PropertyDefinitionBase, SortDirection)

指定したプロパティ定義/並べ替え方向のペアをコレクションに追加します。

Clear()

コレクションからすべての要素を削除します。

GetEnumerator()

コレクションの反復処理に使用できる列挙子を取得します。

Remove(PropertyDefinitionBase)

指定したプロパティ定義をコレクションから削除します。

RemoveAt(Int32)

指定したインデックスにあるプロパティ定義をコレクションから削除します。

TryGetValue(PropertyDefinitionBase, SortDirection)

コレクションから指定したプロパティ定義を返します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。 このIEnumerable.GetEnumerator()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

適用対象