次の方法で共有


IWpfTableControl.SortFunction プロパティ

定義

テーブル コントロールに関連付けられている既定の並べ替え関数を取得または設定します。

public:
 property Comparison<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ SortFunction { Comparison<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); void set(Comparison<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ value); };
public Comparison<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> SortFunction { get; set; }
member this.SortFunction : Comparison<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> with get, set
Public Property SortFunction As Comparison(Of ITableEntryHandle)

プロパティ値

Comparison<T> が返されます。

適用対象