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

그룹의 수준입니다.

반환 값

GroupStyle

적절한 그룹 스타일입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상