GroupStyleSelector 委托

定义

用于选择作为父组功能及其级别的组样式的委托。

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

组级别。

返回值

GroupStyle

适当的组样式。

扩展方法

GetMethodInfo(Delegate)

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

适用于