GroupDescriptionSelectorCallback 委托

定义

表示用于提供自定义逻辑以根据父组及其级别选择 GroupDescription 的方法。

public delegate System::ComponentModel::GroupDescription ^ GroupDescriptionSelectorCallback(CollectionViewGroup ^ group, int level);
public delegate System.ComponentModel.GroupDescription GroupDescriptionSelectorCallback(CollectionViewGroup group, int level);
type GroupDescriptionSelectorCallback = delegate of CollectionViewGroup * int -> GroupDescription
Public Delegate Function GroupDescriptionSelectorCallback(group As CollectionViewGroup, level As Integer) As GroupDescription 

参数

group
CollectionViewGroup

父组。

level
Int32

group 的级别。

返回值

GroupDescription

基于父组及其级别选择的 GroupDescription

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于