GroupDescriptionSelectorCallback 代理人
定義
親グループおよびそのレベルを基に GroupDescription を選択するカスタム ロジックを提供するために使用するメソッドを表します。Represents a method that is used to provide custom logic to select the GroupDescription based on the parent group and its level.
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
親グループ。The parent group.
- level
- Int32
group
のレベル。The level of group
.
戻り値
親グループとそのレベルに基づいて選択された GroupDescription。The GroupDescription chosen based on the parent group and its level.
- 継承
拡張メソッド
GetMethodInfo(Delegate) |
指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。Gets an object that represents the method represented by the specified delegate. |