GroupStyleSelector 代理人

定義

親グループおよびそのレベルの関数としてグループ スタイルを選択するために使用されるデリゲート。

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

グループのレベル。

戻り値

適切なグループ スタイル。

拡張メソッド

GetMethodInfo(Delegate)

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

適用対象