'宣言 Public Overridable Function CanSort( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As System.Boolean
public virtual System.bool CanSort( params SortDescription[] sortDescriptions )
パラメータ
- sortDescriptions
- The sort descriptions to be checked whether the collection view can be sorted.