共用方式為


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>

適用於