IWpfTableControl.SortFunction Property

Definition

Gets/sets the default sort function associated with the table control.

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)

Property Value

Returns Comparison<T>.

Applies to