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親グループとそのレベルに基づいて選択されます。

拡張メソッド

名前 説明
GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象