GroupDescriptionSelectorCallback 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于提供自定义逻辑以根据父组及其级别选择 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。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |