GroupStyleSelector 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于选择作为父组功能及其级别的组样式的委托。
public delegate System::Windows::Controls::GroupStyle ^ GroupStyleSelector(CollectionViewGroup ^ group, int level);
public delegate System.Windows.Controls.GroupStyle GroupStyleSelector(CollectionViewGroup group, int level);
type GroupStyleSelector = delegate of CollectionViewGroup * int -> GroupStyle
Public Delegate Function GroupStyleSelector(group As CollectionViewGroup, level As Integer) As GroupStyle
参数
- group
- CollectionViewGroup
要选择其样式的组。
- level
- Int32
组级别。
返回值
适当的组样式。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |