GroupStyleSelector 代理人

定義

委派 (Delegate) 用於選取群組樣式,做為父群組及其層級的功能。

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)

取得表示特定委派所代表之方法的物件。

適用於