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

親グループとそのレベルに基づいて選択された GroupDescription

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象