ListSortDescription クラス

定義

データ ソースに適用される並べ替え操作に関する説明を提供します。

public ref class ListSortDescription
public class ListSortDescription
type ListSortDescription = class
Public Class ListSortDescription
継承
ListSortDescription

注釈

ListSortDescription インターフェイスによって IBindingListView 使用されます。

コンストラクター

ListSortDescription(PropertyDescriptor, ListSortDirection)

プロパティの説明および方向を指定して、ListSortDescription クラスの新しいインスタンスを初期化します。

プロパティ

PropertyDescriptor

この ListSortDescriptionに関連付けられているクラス プロパティの抽象説明を取得または設定します。

SortDirection

この ListSortDescription に関連付けられている並べ替え操作の方向を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象