Share via


IWpfTableControl.SortFunction Proprietà

Definizione

Ottiene/imposta la funzione di ordinamento predefinita associata al controllo tabella.

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)

Valore della proprietà

Restituisce Comparison<T>.

Si applica a