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根據母體團體及其等級被選中。

擴充方法

名稱 Description
GetMethodInfo(Delegate)

取得一個代表指定代理所代表方法的物件。

適用於