SortDescription 構造体

定義

コレクションの並べ替えの基準として使用する方向とプロパティ名を定義します。

public value class SortDescription
public struct SortDescription
type SortDescription = struct
Public Structure SortDescription
継承
SortDescription

コンストラクター

SortDescription(String, ListSortDirection)

SortDescription 構造体の新しいインスタンスを初期化します。

プロパティ

Direction

昇順または降順のどちらで並べ替えるかを示す値を取得または設定します。

IsSealed

このオブジェクトが変更できない状態にあるかどうかを示す値を取得します。

PropertyName

並べ替えの基準として使用されるプロパティ名を取得または設定します。

メソッド

Equals(Object)

指定したインスタンスと SortDescription の現在のインスタンスを比較し、値が等しいかどうかを確認します。

GetHashCode()

SortDescription のこのインスタンスのハッシュ コードを返します。

演算子

Equality(SortDescription, SortDescription)

2 つの SortDescription オブジェクトの値が等しいかどうかを比較します。

Inequality(SortDescription, SortDescription)

2 つの SortDescription オブジェクトが等しくないかどうかを比較します。

適用対象