GroupDescriptionSelectorCallback Temsilci

Tanım

Üst gruba ve düzeyine göre öğesini seçmek GroupDescription için özel mantık sağlamak için kullanılan bir yöntemi temsil eder.

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 

Parametreler

group
CollectionViewGroup

Üst grup.

level
Int32

düzeyi group.

Dönüş Değeri

GroupDescription

Üst GroupDescription gruba ve düzeyine göre seçilen.

Uzantı Metotları

GetMethodInfo(Delegate)

Belirtilen temsilci tarafından temsil edilen yöntemi temsil eden bir nesnesi alır.

Şunlara uygulanır